mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 11:05:31 +02:00
Merge pull request #109 from creative-commoners/pulls/3/module-standardiser-1715911550
MNT Run module-standardiser
This commit is contained in:
commit
60ca4d190e
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 12:00 PM UTC, only on Friday and Saturday
|
||||
# At 8:40 PM UTC, only on Thursday and Friday
|
||||
schedule:
|
||||
- cron: '0 12 * * 5,6'
|
||||
- cron: '40 20 * * 4,5'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 12:00 PM UTC, on day 13 of the month
|
||||
# At 5:25 PM UTC, on day 26 of the month
|
||||
schedule:
|
||||
- cron: '0 12 13 * *'
|
||||
- cron: '25 17 26 * *'
|
||||
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 12:00 PM UTC, only on Tuesday
|
||||
# At 8:40 PM UTC, only on Monday
|
||||
schedule:
|
||||
- cron: '0 12 * * 2'
|
||||
- cron: '40 20 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user