mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-07-08 16:00:33 +00:00
Add 90 day cron schedule
This commit is contained in:
parent
1f7e2e580e
commit
a0f97dbc81
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -4,6 +4,12 @@ on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 1 1 *'
|
||||||
|
- cron: '0 0 1 4 *'
|
||||||
|
- cron: '0 0 30 6 *'
|
||||||
|
- cron: '0 0 28 9 *'
|
||||||
|
- cron: '0 0 27 12 *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macOS:
|
macOS:
|
||||||
|
|
Loading…
Reference in a new issue