mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
b6245f45e6
commit
749b0c8580
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 AM UTC, only on Monday and Tuesday
|
||||
# At 10:50 PM UTC, only on Sunday and Monday
|
||||
schedule:
|
||||
- cron: '55 11 * * 1,2'
|
||||
- cron: '50 22 * * 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 AM UTC, on day 16 of the month
|
||||
# At 7:35 PM UTC, on day 8 of the month
|
||||
schedule:
|
||||
- cron: '55 11 16 * *'
|
||||
- cron: '35 19 8 * *'
|
||||
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 AM UTC, only on Friday
|
||||
# At 10:50 PM UTC, only on Thursday
|
||||
schedule:
|
||||
- cron: '55 11 * * 5'
|
||||
- cron: '50 22 * * 4'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user