Skip to content

Commit

Permalink
Reduce scheduled CI frequency
Browse files Browse the repository at this point in the history
From daily to weekly.
  • Loading branch information
ongardie authored Oct 21, 2024
1 parent fa10996 commit be20044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
schedule:
- cron: 0 16 * * *
- cron: 0 16 * * 2
workflow_dispatch: {}
jobs:
build-macos-13-stable:
Expand Down

0 comments on commit be20044

Please sign in to comment.