mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:36:43 +00:00
incr to 3x/hr (#242)
This commit is contained in:
parent
28e4dd0981
commit
c51d0c38b3
4
.github/workflows/dbt_run_scheduled.yml
vendored
4
.github/workflows/dbt_run_scheduled.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Every 30 minutes (see https://crontab.guru)
|
||||
- cron: "*/30 * * * *"
|
||||
# Every 20 minutes (see https://crontab.guru)
|
||||
- cron: "*/20 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# At minute 10, and 40 every hour (see https://crontab.guru)
|
||||
- cron: "10,40 * * * *"
|
||||
- cron: "7,27,47 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# At minute 15, and 45 every hour (see https://crontab.guru)
|
||||
- cron: "15,45 * * * *"
|
||||
- cron: "11,31,51 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# At minute 20, and 50 every hour (see https://crontab.guru)
|
||||
- cron: "20,50 * * * *"
|
||||
- cron: "15,35,55 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user