From 6d2843b689a32301dc2253465b8f53bc07c84310 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Thu, 13 Feb 2025 13:33:54 -0700 Subject: [PATCH] fixed runnames --- .github/workflows/dbt_test_daily.yml | 4 ++-- .github/workflows/dbt_test_monthly.yml | 4 ++-- .github/workflows/dbt_test_weekly.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index 44e565e..e63beff 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_daily +run-name: dbt_test_daily on: workflow_dispatch: diff --git a/.github/workflows/dbt_test_monthly.yml b/.github/workflows/dbt_test_monthly.yml index 601932a..ac82746 100644 --- a/.github/workflows/dbt_test_monthly.yml +++ b/.github/workflows/dbt_test_monthly.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_monthly +run-name: dbt_test_monthly on: workflow_dispatch: diff --git a/.github/workflows/dbt_test_weekly.yml b/.github/workflows/dbt_test_weekly.yml index 170bcdc..f60731f 100644 --- a/.github/workflows/dbt_test_weekly.yml +++ b/.github/workflows/dbt_test_weekly.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_weekly +run-name: dbt_test_weekly on: workflow_dispatch: