no cron
This commit is contained in:
parent
83b776c00e
commit
31a35d530e
2 changed files with 4 additions and 4 deletions
|
|
@ -40,9 +40,9 @@ on:
|
||||||
options:
|
options:
|
||||||
- master
|
- master
|
||||||
- pr
|
- pr
|
||||||
schedule:
|
# schedule:
|
||||||
# Run every 30 minutes
|
# Run every 30 minutes
|
||||||
- cron: '*/20 * * * *'
|
# - cron: '*/20 * * * *'
|
||||||
# Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC)
|
# Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC)
|
||||||
# - cron: '0 */6 * * *'
|
# - cron: '0 */6 * * *'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ on:
|
||||||
- gpt-5.1-codex-high
|
- gpt-5.1-codex-high
|
||||||
- opus-4.1
|
- opus-4.1
|
||||||
- grok
|
- grok
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '0 */4 * * *'
|
# - cron: '0 */4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
planning:
|
planning:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue