Skip to content

Commit

Permalink
fix slack alerts (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Apr 22, 2024
1 parent 7738a62 commit 6f9f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6f9f6cd

Please sign in to comment.