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 bdf8535 commit 9e2a817Copy full SHA for 9e2a817
1 file changed
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
# Run windows only on scheduled runs on Sundays, otherwise ignore
29
- os: ${{ github.event.schedule == '0 5 * * 0' && fromJson('["ubuntu", "macos", "windows"]') || fromJson('["ubuntu", "macos"]') }}
+ os: ${{ github.event.schedule == '0 5 * * 0' && fromJson('["ubuntu", "macos", "windows"]') || fromJson('["ubuntu"]') }}
30
31
defaults:
32
run:
0 commit comments