From cd1dbc6bd44b404d541ef71f646b5fc5c2ea984c Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 10 Dec 2024 22:26:24 +0800 Subject: [PATCH] change sch --- .github/workflows/dbt_run_full_observability.yml | 5 +++-- data/github_actions__workflows.csv | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dbt_run_full_observability.yml b/.github/workflows/dbt_run_full_observability.yml index 821a61c..a0182c7 100644 --- a/.github/workflows/dbt_run_full_observability.yml +++ b/.github/workflows/dbt_run_full_observability.yml @@ -3,8 +3,9 @@ run-name: dbt_run_full_observability on: workflow_dispatch: - branches: - - "main" + schedule: + # Runs at 19:00 UTC on the 1st of every month (see https://crontab.guru) + - cron: "0 19 1 * *" env: DBT_PROFILES_DIR: ./ diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 0c85876..c9249d4 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -6,5 +6,4 @@ dbt_test_intraday,"39 */4 * * *" dbt_test_daily,"22 8 * * *" dbt_test_monthly,"5 7 28 * *" dbt_run_scheduled_abis,"11 23 * * *" -dbt_run_streamline_decoded_logs_history,"5 22 * * 6" -dbt_run_full_observability,"0 19 1 * *" \ No newline at end of file +dbt_run_streamline_decoded_logs_history,"5 22 * * 6" \ No newline at end of file