From 047e3a5052d5c515e6bc5f55d2cf0a179debf18c Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:22:35 -0400 Subject: [PATCH] schedule (#851) --- .../dbt_run_streamline_traces_decoder_history_range_0.yml | 5 +++-- .../dbt_run_streamline_traces_decoder_history_range_1.yml | 5 +++-- .../dbt_run_streamline_traces_decoder_history_range_2.yml | 5 +++-- .../dbt_run_streamline_traces_decoder_history_range_3.yml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_0.yml b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_0.yml index f78b9ed9..3d266859 100644 --- a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_0.yml +++ b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_0.yml @@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_0 on: workflow_dispatch: - branches: - - "main" + schedule: + # Runs “At 01:18.” (see https://crontab.guru) + - cron: '18 1 * * *' env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_1.yml b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_1.yml index 21b6055f..08f2ae4b 100644 --- a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_1.yml +++ b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_1.yml @@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_1 on: workflow_dispatch: - branches: - - "main" + schedule: + # Runs “At 07:18.” (see https://crontab.guru) + - cron: '18 7 * * *' env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_2.yml b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_2.yml index 43e452f3..70e68ad1 100644 --- a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_2.yml +++ b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_2.yml @@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_2 on: workflow_dispatch: - branches: - - "main" + schedule: + # Runs “At 1:18.” (see https://crontab.guru) + - cron: '18 13 * * *' env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_3.yml b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_3.yml index 5e1e032e..6b414832 100644 --- a/.github/workflows/dbt_run_streamline_traces_decoder_history_range_3.yml +++ b/.github/workflows/dbt_run_streamline_traces_decoder_history_range_3.yml @@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_3 on: workflow_dispatch: - branches: - - "main" + schedule: + # Runs “At 7:18.” (see https://crontab.guru) + - cron: '18 19 * * *' env: DBT_PROFILES_DIR: ./