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:
|
||||
- master
|
||||
- pr
|
||||
schedule:
|
||||
# schedule:
|
||||
# Run every 30 minutes
|
||||
- cron: '*/20 * * * *'
|
||||
# - cron: '*/20 * * * *'
|
||||
# Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC)
|
||||
# - cron: '0 */6 * * *'
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ on:
|
|||
- gpt-5.1-codex-high
|
||||
- opus-4.1
|
||||
- grok
|
||||
schedule:
|
||||
- cron: '0 */4 * * *'
|
||||
# schedule:
|
||||
# - cron: '0 */4 * * *'
|
||||
|
||||
jobs:
|
||||
planning:
|
||||
|
|
|
|||
Loading…
Reference in a new issue