mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 06:05:52 +00:00
Compare commits
No commits in common. "01469b4217c76aa4b01fe5b88228305c8c5cd4b6" and "e23c292d7fcd837200053a1fea2ba4ec05c6aed7" have entirely different histories.
01469b4217
...
e23c292d7f
9
.github/workflows/dispatch-ci.yml
vendored
9
.github/workflows/dispatch-ci.yml
vendored
@ -1,11 +1,9 @@
|
|||||||
name: Dispatch CI
|
name: Dispatch CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 9:45 AM UTC, only on Thursday and Friday
|
# At 2:10 PM UTC, only on Thursday and Friday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 9 * * 4,5'
|
- cron: '10 14 * * 4,5'
|
||||||
|
|
||||||
permissions: {}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch-ci:
|
dispatch-ci:
|
||||||
@ -13,9 +11,6 @@ jobs:
|
|||||||
# Only run cron on the silverstripe account
|
# Only run cron on the silverstripe account
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
actions: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dispatch CI
|
- name: Dispatch CI
|
||||||
uses: silverstripe/gha-dispatch-ci@v1
|
uses: silverstripe/gha-dispatch-ci@v1
|
||||||
|
8
.github/workflows/keepalive.yml
vendored
8
.github/workflows/keepalive.yml
vendored
@ -1,21 +1,17 @@
|
|||||||
name: Keepalive
|
name: Keepalive
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 6:30 AM UTC, on day 19 of the month
|
# At 1:05 PM UTC, on day 14 of the month
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 6 19 * *'
|
- cron: '5 13 14 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
keepalive:
|
keepalive:
|
||||||
name: Keepalive
|
name: Keepalive
|
||||||
# Only run cron on the silverstripe account
|
# Only run cron on the silverstripe account
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Keepalive
|
- name: Keepalive
|
||||||
uses: silverstripe/gha-keepalive@v1
|
uses: silverstripe/gha-keepalive@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user