mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +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:
|
||||
pull_request:
|
||||
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:
|
||||
macOS:
|
||||
|
|
Loading…
Reference in a new issue