Skip to content

Commit

Permalink
Run once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed May 16, 2024
1 parent 28ad211 commit 38f9b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger_on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 0 * * 1' # run once a week on monday midnight to prevent the cache from being cleared

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-trigger_on_push_master
Expand Down

0 comments on commit 38f9b86

Please sign in to comment.