mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
Merge pull request #126 from creative-commoners/pulls/3/module-standardiser-1715911032
MNT Run module-standardiser
This commit is contained in:
commit
2dddd9ba56
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 6:30 PM UTC, only on Sunday and Monday
|
||||
# At 2:10 PM UTC, only on Sunday and Monday
|
||||
schedule:
|
||||
- cron: '30 18 * * 0,1'
|
||||
- cron: '10 14 * * 0,1'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 6:30 PM UTC, on day 15 of the month
|
||||
# At 11:55 AM UTC, on day 8 of the month
|
||||
schedule:
|
||||
- cron: '30 18 15 * *'
|
||||
- cron: '55 11 8 * *'
|
||||
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 6:30 PM UTC, only on Thursday
|
||||
# At 2:10 PM UTC, only on Thursday
|
||||
schedule:
|
||||
- cron: '30 18 * * 4'
|
||||
- cron: '10 14 * * 4'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
Loading…
Reference in New Issue
Block a user