From 6f9f6cda0bf69cd8668135c92f45f4da4a0baf08 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Mon, 22 Apr 2024 08:39:20 -0500 Subject: [PATCH] fix slack alerts (#170) --- .github/workflows/release-branch-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-branch-tests.yml b/.github/workflows/release-branch-tests.yml index f355c3c4..74cdc9aa 100644 --- a/.github/workflows/release-branch-tests.yml +++ b/.github/workflows/release-branch-tests.yml @@ -155,7 +155,7 @@ jobs: - name: Post failure to core Slack uses: ravsamhq/notify-slack-action@v2 - if: ${{ always() && steps.monitor-run.outcome != 'success' && github.event.repository.name == 'dbt-core' }} + if: ${{ always() && steps.monitor-run.outcome != 'success' && (github.event.repository.name == 'dbt-core' || github.event.repository.name == 'dbt-common')}} with: status: ${{ job.status }} notification_title: '${{ github.event.repository.name }} scheduled run of "${{ matrix.branch }}" branch not successful'