Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Dec 10, 2024
1 parent dffca12 commit 2229e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
examples-win-cpu:
name: Test exmaples CPU Windows [${{ matrix.group }}/4]
runs-on: windows-2019-16-core
if: ${{ github.event_name != 'workflow_dispatch' || !github.event.inputs.skip_windows }}
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2229e26

Please sign in to comment.