Skip to content

Commit 9f521a4

Browse files
committed
ci: release depends on test_graalvm
1 parent 0dc6ad9 commit 9f521a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
release:
176176
name: Deploy
177-
needs: [ lint, test, test_multiarch, test_external_amalgamation ]
177+
needs: [ lint, test, test_multiarch, test_external_amalgamation, test_graalvm ]
178178
if: github.repository_owner == 'xerial' && github.ref == 'refs/heads/master' # only perform on latest master
179179
runs-on: ubuntu-latest
180180
steps:

0 commit comments

Comments
 (0)