We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd14ec2 commit 964e0a1Copy full SHA for 964e0a1
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,9 @@ jobs:
33
runs-on: ubuntu-latest
34
permissions:
35
contents: read
36
- needs: build
+ needs:
37
+ - build
38
+ - nativetest
39
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
40
steps:
41
- uses: actions/checkout@v4
0 commit comments