1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Quiet Repo Sync Stalls during Freezes (#17921)

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
This commit is contained in:
Chiedo John
2021-02-19 09:03:11 -05:00
committed by GitHub
parent 8148677058
commit f0090096f0

View File

@@ -60,7 +60,7 @@ jobs:
})
- name: Send Slack notification if workflow fails
uses: someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd
if: failure()
if: ${{ failure() && env.FREEZE != 'true' }}
with:
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}