mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
Merge pull request #85 from creative-commoners/pulls/5/module-standardiser-1715911236
MNT Run module-standardiser
This commit is contained in:
commit
46bc4d0e80
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 Tuesday and Wednesday
|
# At 9:45 AM UTC, only on Thursday and Friday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 15 * * 2,3'
|
- cron: '45 9 * * 4,5'
|
||||||
|
|
||||||
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 24 of the month
|
# At 6:30 AM UTC, on day 19 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 15 24 * *'
|
- cron: '30 6 19 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user