mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
b30f9a6a56
commit
d9ab0dbf69
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 3:15 PM UTC, only on Tuesday and Wednesday
|
||||
# At 9:45 AM UTC, only on Thursday and Friday
|
||||
schedule:
|
||||
- cron: '15 15 * * 2,3'
|
||||
- cron: '45 9 * * 4,5'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 3:15 PM UTC, on day 24 of the month
|
||||
# At 6:30 AM UTC, on day 19 of the month
|
||||
schedule:
|
||||
- cron: '15 15 24 * *'
|
||||
- cron: '30 6 19 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user