We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8569b89 commit 5a6260bCopy full SHA for 5a6260b
.github/workflows/reusable-native-tests.yml
@@ -2,6 +2,10 @@ name: Reusable - Native tests
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ skip-native-tests:
7
+ type: boolean
8
+ required: false
9
10
jobs:
11
graalvm-native-tests:
0 commit comments