Skip to content

Commit

Permalink
ci: release depends on test_graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Feb 2, 2023
1 parent 0dc6ad9 commit 9f521a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

release:
name: Deploy
needs: [ lint, test, test_multiarch, test_external_amalgamation ]
needs: [ lint, test, test_multiarch, test_external_amalgamation, test_graalvm ]
if: github.repository_owner == 'xerial' && github.ref == 'refs/heads/master' # only perform on latest master
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9f521a4

Please sign in to comment.