mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
Change cron schedule to run every 20 minutes
This commit is contained in:
@@ -4,12 +4,16 @@ on:
|
||||
schedule:
|
||||
# Runs every 40 minutes. Adjust to slow down:
|
||||
# "0 * * * *" = hourly | "0 */2 * * *" = every 2h | "0 */3 * * *" = every 3h
|
||||
- cron: "*/40 * * * *"
|
||||
- cron: "*/20 * * * *"
|
||||
workflow_dispatch: # Manual trigger
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: advance-import
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
advance-import:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user