Skip to content

Commit 6ae2ed4

Browse files
committed
try
1 parent 15ccf9b commit 6ae2ed4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-new-windows-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
- cron: '0 7,19 * * *'
55
workflow_dispatch:
6+
push: # TODO
67
jobs:
78
check_windows_versions:
89
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
MATRIX: ${{ steps.matrix.outputs.matrix }}
3030

3131
test:
32+
if: false
3233
needs: [test-matrix]
3334
strategy:
3435
fail-fast: false

0 commit comments

Comments
 (0)