Skip to content

Commit

Permalink
require e2e to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 3, 2024
1 parent c333d07 commit 6796062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

build_and_publish:
runs-on: ubuntu-latest
needs: [ci]
needs: [ci, ci-test-e2e]
if: github.ref == 'refs/heads/main'
env:
EXISTING_VERSIONS: ''
Expand Down

0 comments on commit 6796062

Please sign in to comment.