Skip to content

Commit

Permalink
chore: deploy should run when tests pass (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Oct 16, 2023
1 parent dc443a2 commit db0d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: test
needs: [verify-test, verify-test-legacy]
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit db0d946

Please sign in to comment.