We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4312ba2 commit 11cf4e1Copy full SHA for 11cf4e1
.github/workflows/reusable-native-tests.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
graalvm-native-tests:
12
+ if: "!inputs.skip-native-tests"
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments