mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
070e8d4cb7
commit
cdc6c84ed8
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 4:20 PM UTC, only on Sunday and Monday
|
||||
# At 9:45 AM UTC, only on Monday and Tuesday
|
||||
schedule:
|
||||
- cron: '20 16 * * 0,1'
|
||||
- cron: '45 9 * * 1,2'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 4:20 PM UTC, on day 1 of the month
|
||||
# At 6:30 AM UTC, on day 23 of the month
|
||||
schedule:
|
||||
- cron: '20 16 1 * *'
|
||||
- cron: '30 6 23 * *'
|
||||
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 4:20 PM UTC, only on Thursday
|
||||
# At 9:45 AM UTC, only on Friday
|
||||
schedule:
|
||||
- cron: '20 16 * * 4'
|
||||
- cron: '45 9 * * 5'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user