mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
Merge pull request #41 from creative-commoners/pulls/2/module-standardiser-1715911288
MNT Run module-standardiser
This commit is contained in:
commit
08d22b10dd
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 11:55 PM UTC, only on Friday and Saturday
|
# At 5:25 AM UTC, only on Sunday and Monday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 23 * * 5,6'
|
- cron: '25 5 * * 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 11:55 PM UTC, on day 20 of the month
|
# At 2:10 AM UTC, on day 15 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 23 20 * *'
|
- cron: '10 2 15 * *'
|
||||||
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 11:55 PM UTC, only on Tuesday
|
# At 5:25 AM UTC, only on Thursday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 23 * * 2'
|
- cron: '25 5 * * 4'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user