diff --git a/.github/workflows/dbt_run_abi_refresh.yml b/.github/workflows/dbt_run_abi_refresh.yml index 81302b2..32ee976 100644 --- a/.github/workflows/dbt_run_abi_refresh.yml +++ b/.github/workflows/dbt_run_abi_refresh.yml @@ -3,10 +3,9 @@ run-name: dbt_run_abi_refresh on: workflow_dispatch: - schedule: - # Runs “At minute 49 past every 12th hour.” (see https://crontab.guru) - - cron: "49 */12 * * *" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_dev_refresh.yml b/.github/workflows/dbt_run_dev_refresh.yml index 893bb21..85d84c1 100644 --- a/.github/workflows/dbt_run_dev_refresh.yml +++ b/.github/workflows/dbt_run_dev_refresh.yml @@ -3,9 +3,8 @@ run-name: dbt_run_dev_refresh on: workflow_dispatch: - schedule: - # Runs "at 10:00 UTC" (see https://crontab.guru) - - cron: "0 10 * * *" + branches: + - "main" env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_full_observability.yml b/.github/workflows/dbt_run_full_observability.yml index 299e594..e310368 100644 --- a/.github/workflows/dbt_run_full_observability.yml +++ b/.github/workflows/dbt_run_full_observability.yml @@ -3,10 +3,9 @@ run-name: dbt_run_full_observability on: workflow_dispatch: - schedule: - # Runs “At 17:00 on day-of-month 1.” (see https://crontab.guru) - - cron: "30 17 1 * *" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_heal_models.yml b/.github/workflows/dbt_run_heal_models.yml index 9bcfc14..bcb6ee0 100644 --- a/.github/workflows/dbt_run_heal_models.yml +++ b/.github/workflows/dbt_run_heal_models.yml @@ -3,10 +3,9 @@ run-name: dbt_run_heal_models on: workflow_dispatch: - schedule: - # Runs at 02:00 on Wednesday (see https://crontab.guru) - - cron: "0 2 * * 3" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_operation_reorg.yml b/.github/workflows/dbt_run_operation_reorg.yml index 6e3ec4f..dcf8919 100644 --- a/.github/workflows/dbt_run_operation_reorg.yml +++ b/.github/workflows/dbt_run_operation_reorg.yml @@ -3,10 +3,9 @@ run-name: dbt_run_operation_reorg on: workflow_dispatch: - schedule: - # Runs at minute 50 every 8 hours (see https://crontab.guru) - - cron: "50 */8 * * *" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_trace_backfill.yml b/.github/workflows/dbt_run_trace_backfill.yml index 9b5fa94..d8960c9 100644 --- a/.github/workflows/dbt_run_trace_backfill.yml +++ b/.github/workflows/dbt_run_trace_backfill.yml @@ -3,10 +3,9 @@ run-name: dbt_run_trace_backfill on: workflow_dispatch: - schedule: - # Runs “At Minute 50 every hour” (see https://crontab.guru) - - cron: "50 * * * *" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_test_intraday.yml b/.github/workflows/dbt_test_intraday.yml index 520387d..10a03ea 100644 --- a/.github/workflows/dbt_test_intraday.yml +++ b/.github/workflows/dbt_test_intraday.yml @@ -3,10 +3,9 @@ run-name: dbt_test_intraday on: workflow_dispatch: - schedule: - # Runs “At minute 5 past every 4th hour.” (see https://crontab.guru) - - cron: "10 */4 * * *" - + branches: + - "main" + env: DBT_PROFILES_DIR: ./ diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 53ad03f..9c3f0fb 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,4 +1 @@ -workflow_name,workflow_schedule -dbt_run_scheduled_non_realtime,"15,45 * * * *" -dbt_run_streamline_decoder,"25,55 * * * *" -dbt_run_scheduled_curated,"30 * * * *" \ No newline at end of file +workflow_name,workflow_schedule \ No newline at end of file