mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
MNT Run module-standardiser
This commit is contained in:
parent
f3ff49202d
commit
f36e882252
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 Thursday and Friday
|
||||
# At 8:40 PM UTC, only on Sunday and Monday
|
||||
schedule:
|
||||
- cron: '15 15 * * 4,5'
|
||||
- cron: '40 20 * * 0,1'
|
||||
|
||||
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 12 of the month
|
||||
# At 5:25 PM UTC, on day 22 of the month
|
||||
schedule:
|
||||
- cron: '15 15 12 * *'
|
||||
- cron: '25 17 22 * *'
|
||||
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 3:15 PM UTC, only on Monday
|
||||
# At 8:40 PM UTC, only on Thursday
|
||||
schedule:
|
||||
- cron: '15 15 * * 1'
|
||||
- cron: '40 20 * * 4'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user