mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Merge pull request #392 from creative-commoners/pulls/4/module-standardiser-1715911583
MNT Run module-standardiser
This commit is contained in:
commit
233e9bd3e3
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Dispatch CI
|
name: Dispatch CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 3:15 PM UTC, only on Thursday and Friday
|
# At 8:40 PM UTC, only on Sunday and Monday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 15 * * 4,5'
|
- cron: '40 20 * * 0,1'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Keepalive
|
name: Keepalive
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 3:15 PM UTC, on day 12 of the month
|
# At 5:25 PM UTC, on day 22 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 15 12 * *'
|
- cron: '25 17 22 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
4
.github/workflows/merge-up.yml
vendored
4
.github/workflows/merge-up.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Merge-up
|
name: Merge-up
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 3:15 PM UTC, only on Monday
|
# At 8:40 PM UTC, only on Thursday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 15 * * 1'
|
- cron: '40 20 * * 4'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user