Skip to content

Commit 9e2a817

Browse files
authored
ci: update runner settings to run macOS workflow only weekly and manually (#65)
* ci: update runner settings to run macOS workflow only manually or on release branches * feat: run CI only on schedule and manually
1 parent bdf8535 commit 9e2a817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
# 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"]') }}
29+
os: ${{ github.event.schedule == '0 5 * * 0' && fromJson('["ubuntu", "macos", "windows"]') || fromJson('["ubuntu"]') }}
3030

3131
defaults:
3232
run:

0 commit comments

Comments
 (0)