mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 15:51:44 +00:00
concurrency group for scheduled runs
This commit is contained in:
parent
27d55a7683
commit
5fa45fb400
6
.github/workflows/dbt_run_scheduled_core.yml
vendored
6
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_core
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 55 mins" (see https://crontab.guru)
|
||||
- cron: "55 * * * *"
|
||||
# Runs hourly (see https://crontab.guru)
|
||||
- cron: "0 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
@ -21,7 +21,7 @@ env:
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
group: dbt_scheduled
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
|
||||
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_non_core
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "At minute 15" (see https://crontab.guru)
|
||||
- cron: "15 * * * *"
|
||||
# Runs "At minute 55" (see https://crontab.guru)
|
||||
- cron: "55 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
@ -21,7 +21,7 @@ env:
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
group: dbt_scheduled
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user