mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #372 from creative-commoners/pulls/5/module-standardiser-1715911129
MNT Run module-standardiser
This commit is contained in:
commit
0e7679a73a
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 4:20 PM UTC, only on Friday and Saturday
|
# At 8:40 AM UTC, only on Wednesday and Thursday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 16 * * 5,6'
|
- cron: '40 8 * * 3,4'
|
||||||
|
|
||||||
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 4:20 PM UTC, on day 13 of the month
|
# At 5:25 AM UTC, on day 18 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 16 13 * *'
|
- cron: '25 5 18 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user