Skip to content

Commit 13e2c73

Browse files
committed
corrected condition
1 parent 275f62a commit 13e2c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ jobs:
146146
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
147147
148148
examples-win-cpu:
149-
if: False
150149
timeout-minutes: 80
151150
name: Test examples CPU Windows [${{ matrix.group }}/4]
152151
runs-on: windows-2019-16-core
153-
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
152+
# if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
153+
if: False
154154
strategy:
155155
fail-fast: false
156156
matrix:

0 commit comments

Comments
 (0)