Skip to content

Commit

Permalink
Reduce automatic CI build frequency to once every 9 days
Browse files Browse the repository at this point in the history
Building every 7 days causes the cached data to be retained:
<https://github.com/actions/cache/tree/v2.1.6#cache-limits>.
  • Loading branch information
hansmi committed Aug 24, 2021
1 parent 4ec9860 commit 74cf34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
schedule:
- cron: '45 15 * * 1'
- cron: '45 15 */9 * *'

permissions:
contents: read
Expand Down

0 comments on commit 74cf34c

Please sign in to comment.