mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #288 from creative-commoners/pulls/3/module-standardiser-1715911465
MNT Run module-standardiser
This commit is contained in:
commit
290a9b3872
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 AM UTC, only on Friday and Saturday
|
||||
# At 10:50 AM UTC, only on Monday and Tuesday
|
||||
schedule:
|
||||
- cron: '0 0 * * 5,6'
|
||||
- cron: '50 10 * * 1,2'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Keepalive
|
||||
|
||||
on:
|
||||
# At 12:00 AM UTC, on day 13 of the month
|
||||
# At 7:35 AM UTC, on day 16 of the month
|
||||
schedule:
|
||||
- cron: '0 0 13 * *'
|
||||
- cron: '35 7 16 * *'
|
||||
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 AM UTC, only on Tuesday
|
||||
# At 10:50 AM UTC, only on Friday
|
||||
schedule:
|
||||
- cron: '0 0 * * 2'
|
||||
- cron: '50 10 * * 5'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
2
.github/workflows/update-js.yml
vendored
2
.github/workflows/update-js.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
# Run on a schedule of once per quarter
|
||||
schedule:
|
||||
- cron: '0 0 1 */3 *'
|
||||
- cron: '10 14 1 */3 *'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user