We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffca12 commit 3ff9fe1Copy full SHA for 3ff9fe1
.github/workflows/examples.yml
@@ -75,7 +75,7 @@ jobs:
75
examples-win-cpu:
76
name: Test exmaples CPU Windows [${{ matrix.group }}/4]
77
runs-on: windows-2019-16-core
78
- if: ${{ github.event_name != 'workflow_dispatch' || !github.event.inputs.skip_windows }}
+ if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
79
strategy:
80
fail-fast: false
81
matrix:
0 commit comments