From 2befb3b42f52ff14c48f44db9120a889f998bfdc Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:14:39 -0700 Subject: [PATCH] allow workflow to be dispatched ad-hoc (#671) --- .github/workflows/dbt_run_snapshot_validators.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dbt_run_snapshot_validators.yml b/.github/workflows/dbt_run_snapshot_validators.yml index fec916dc..493fcd74 100644 --- a/.github/workflows/dbt_run_snapshot_validators.yml +++ b/.github/workflows/dbt_run_snapshot_validators.yml @@ -2,6 +2,7 @@ name: dbt_run_snapshot_validators run-name: dbt_run_snapshot_validators on: + workflow_dispatch: schedule: # Runs 02:22 daily (see https://crontab.guru) - cron: '22 2 * * *'