From 6abcbbbd56e5671d60b25c6f800b0ef9ee4021a1 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Thu, 13 Feb 2025 15:47:39 -0700 Subject: [PATCH] hotfix to eliminate duplicate tests --- .github/workflows/dbt_test_recent.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dbt_test_recent.yml b/.github/workflows/dbt_test_recent.yml index 254d3c2..36ce970 100644 --- a/.github/workflows/dbt_test_recent.yml +++ b/.github/workflows/dbt_test_recent.yml @@ -49,12 +49,6 @@ jobs: continue-on-error: true - - name: Log test results - run: | - python python/dbt_test_alert.py - - continue-on-error: true - - name: Log test results run: | python python/dbt_test_alert.py \ No newline at end of file