From e848e71a024a732388c24d75370573f7753024f7 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:42:06 -0400 Subject: [PATCH] SWI-2096 Fix Slack Notify in Tests (#93) * SWI-2096 Fix Slack Notify in Tests * fix notify --- .github/workflows/test-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-nightly.yml b/.github/workflows/test-nightly.yml index abce348f..87d60085 100644 --- a/.github/workflows/test-nightly.yml +++ b/.github/workflows/test-nightly.yml @@ -76,6 +76,7 @@ jobs: notify_for_failures: name: Notify for Failures + needs: [test_main, test_feature] if: failure() runs-on: ubuntu-latest steps: