Skip to content

Commit

Permalink
Report cron job failures to main Slack channel, not bots channel (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jun 8, 2022
1 parent 1997ee9 commit 434ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-scheduled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Notify Slack channel on failure
uses: voxmedia/github-action-slack-notify-build@v1
with:
channel_id: ${{ secrets.ETS_BOTS_SLACK_CHANNEL_ID }}
channel_id: ${{ secrets.ETS_SLACK_CHANNEL_ID }}
status: FAILED
color: danger
env:
Expand Down

0 comments on commit 434ae6c

Please sign in to comment.