We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ba289 + 7991fa4 commit 17fd718Copy full SHA for 17fd718
1 file changed
.github/workflows/repo-sync-stalls.yml
@@ -60,7 +60,7 @@ jobs:
60
})
61
- name: Send Slack notification if workflow fails
62
uses: someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd
63
- if: failure()
+ if: ${{ failure() && env.FREEZE != 'true' }}
64
with:
65
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
66
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
0 commit comments