mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Merge pull request #81 from creative-commoners/pulls/3/module-standardiser-1715911560
MNT Run module-standardiser
This commit is contained in:
commit
804178b6d1
4
.github/workflows/keepalive.yml
vendored
4
.github/workflows/keepalive.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Keepalive
|
name: Keepalive
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 5:25 AM UTC, on day 6 of the month
|
# At 5:25 PM UTC, on day 2 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 5 6 * *'
|
- cron: '25 17 2 * *'
|
||||||
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 5:25 AM UTC, only on Friday
|
# At 8:40 AM UTC, only on Wednesday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 5 * * 5'
|
- cron: '40 8 * * 3'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user