Change the rebuild schedule to Mondays, Wednesdays and Fridays only
Let's make at least a token attempt to economize on those build minutes.
This commit is contained in:
parent
b8f5bd4eec
commit
2fd8287ead
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
types:
|
||||
- published
|
||||
schedule:
|
||||
- cron: '45 5 * * *'
|
||||
- cron: '45 5 * * 1,3,5'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user