Merge pull request #70 from FlipsideCrypto/shutoff-kaia

kaia shutdown
This commit is contained in:
Austin 2025-06-13 08:34:23 -04:00 committed by GitHub
commit 1d393327ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 21 additions and 31 deletions

View File

@ -3,10 +3,9 @@ run-name: dbt_run_abi_refresh
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs “At minute 49 past every 12th hour.” (see https://crontab.guru) - "main"
- cron: "49 */12 * * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_dev_refresh
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs "at 10:00 UTC" (see https://crontab.guru) - "main"
- cron: "0 10 * * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,10 +3,9 @@ run-name: dbt_run_full_observability
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs “At 17:00 on day-of-month 1.” (see https://crontab.guru) - "main"
- cron: "30 17 1 * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,10 +3,9 @@ run-name: dbt_run_heal_models
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs at 02:00 on Wednesday (see https://crontab.guru) - "main"
- cron: "0 2 * * 3"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,10 +3,9 @@ run-name: dbt_run_operation_reorg
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs at minute 50 every 8 hours (see https://crontab.guru) - "main"
- cron: "50 */8 * * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,10 +3,9 @@ run-name: dbt_run_trace_backfill
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs “At Minute 50 every hour” (see https://crontab.guru) - "main"
- cron: "50 * * * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -3,10 +3,9 @@ run-name: dbt_test_intraday
on: on:
workflow_dispatch: workflow_dispatch:
schedule: branches:
# Runs “At minute 5 past every 4th hour.” (see https://crontab.guru) - "main"
- cron: "10 */4 * * *"
env: env:
DBT_PROFILES_DIR: ./ DBT_PROFILES_DIR: ./

View File

@ -1,4 +1 @@
workflow_name,workflow_schedule workflow_name,workflow_schedule
dbt_run_scheduled_non_realtime,"15,45 * * * *"
dbt_run_streamline_decoder,"25,55 * * * *"
dbt_run_scheduled_curated,"30 * * * *"
1 workflow_name workflow_schedule
dbt_run_scheduled_non_realtime 15,45 * * * *
dbt_run_streamline_decoder 25,55 * * * *
dbt_run_scheduled_curated 30 * * * *