mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #182 from creative-commoners/pulls/5/module-standardiser-1715911344
MNT Run module-standardiser
This commit is contained in:
commit
50a1770f57
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 Sunday and Monday
|
# At 9:45 AM UTC, only on Monday and Tuesday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 16 * * 0,1'
|
- cron: '45 9 * * 1,2'
|
||||||
|
|
||||||
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 1 of the month
|
# At 6:30 AM UTC, on day 23 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 16 1 * *'
|
- cron: '30 6 23 * *'
|
||||||
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 4:20 PM UTC, only on Thursday
|
# At 9:45 AM UTC, only on Friday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 16 * * 4'
|
- cron: '45 9 * * 5'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user