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 15ccf9b commit 6ae2ed4Copy full SHA for 6ae2ed4
.github/workflows/check-new-windows-versions.yml
@@ -3,6 +3,7 @@ on:
3
schedule:
4
- cron: '0 7,19 * * *'
5
workflow_dispatch:
6
+ push: # TODO
7
jobs:
8
check_windows_versions:
9
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
MATRIX: ${{ steps.matrix.outputs.matrix }}
30
31
test:
32
+ if: false
33
needs: [test-matrix]
34
strategy:
35
fail-fast: false
0 commit comments