mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
9008a5be7d
commit
de6f94ae48
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 10:50 PM UTC, only on Saturday and Sunday
|
||||
# At 2:10 PM UTC, only on Wednesday and Thursday
|
||||
schedule:
|
||||
- cron: '50 22 * * 6,0'
|
||||
- cron: '10 14 * * 3,4'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 10:50 PM UTC, on day 7 of the month
|
||||
# At 11:55 AM UTC, on day 4 of the month
|
||||
schedule:
|
||||
- cron: '50 22 7 * *'
|
||||
- cron: '55 11 4 * *'
|
||||
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 10:50 PM UTC, only on Wednesday
|
||||
# At 2:10 PM UTC, only on Sunday
|
||||
schedule:
|
||||
- cron: '50 22 * * 3'
|
||||
- cron: '10 14 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user