diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d91aa12f..7a93859e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: