We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd3af6 commit f418b1aCopy full SHA for f418b1a
.github/workflows/build-native.yml
@@ -43,7 +43,7 @@ jobs:
43
44
name: ${{ matrix.output }} (${{ matrix.os }})
45
runs-on: ${{ matrix.os }}
46
- if: ${{ github.event.inputs.build[matrix.output] == 'true' }}
+ if: ${{ github.event.inputs[matrix.output] }}
47
48
steps:
49
0 commit comments