mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
a0f246faa7
commit
e19ee9999f
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 11:55 PM UTC, only on Friday and Saturday
|
||||
# At 5:25 AM UTC, only on Sunday and Monday
|
||||
schedule:
|
||||
- cron: '55 23 * * 5,6'
|
||||
- cron: '25 5 * * 0,1'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 11:55 PM UTC, on day 20 of the month
|
||||
# At 2:10 AM UTC, on day 15 of the month
|
||||
schedule:
|
||||
- cron: '55 23 20 * *'
|
||||
- cron: '10 2 15 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
4
.github/workflows/merge-up.yml
vendored
4
.github/workflows/merge-up.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Merge-up
|
||||
|
||||
on:
|
||||
# At 11:55 PM UTC, only on Tuesday
|
||||
# At 5:25 AM UTC, only on Thursday
|
||||
schedule:
|
||||
- cron: '55 23 * * 2'
|
||||
- cron: '25 5 * * 4'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user