Skip to content

Commit

Permalink
fix: turn off e2e requirement for tag publish
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Dec 5, 2024
1 parent 9bb6174 commit 45f95ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- next-geo

jobs:
e2e:
secrets: inherit
uses: ./.github/workflows/callable-e2e-tests.yml
# e2e:
# secrets: inherit
# uses: ./.github/workflows/callable-e2e-tests.yml

publish:
name: Publish
runs-on: ubuntu-latest
needs: [e2e]
# needs: [e2e]
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f

Expand Down

0 comments on commit 45f95ab

Please sign in to comment.