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:
Matthew Seaman 2023-10-13 15:07:41 +01:00
parent b8f5bd4eec
commit 2fd8287ead

View File

@ -6,7 +6,7 @@ on:
types:
- published
schedule:
- cron: '45 5 * * *'
- cron: '45 5 * * 1,3,5'
workflow_dispatch:
jobs: