We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275f62a commit 13e2c73Copy full SHA for 13e2c73
.github/workflows/examples.yml
@@ -146,11 +146,11 @@ jobs:
146
python .github/scripts/pytest_md_summary.py pytest-results.xml >> $GITHUB_STEP_SUMMARY
147
148
examples-win-cpu:
149
- if: False
150
timeout-minutes: 80
151
name: Test examples CPU Windows [${{ matrix.group }}/4]
152
runs-on: windows-2019-16-core
153
- if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
+ # if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
+ if: False
154
strategy:
155
fail-fast: false
156
matrix:
0 commit comments