We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b71e1 + f4dee29 commit 021cac9Copy full SHA for 021cac9
1 file changed
.github/workflows/test-aws-sdk-clients.yaml
@@ -25,8 +25,7 @@ jobs:
25
make test-aws-sdk-clients
26
27
- name: Message Slack Webhook
28
- # we will uncomment this after we test it in the CI
29
- # if: ${{ failure() }}
+ if: ${{ !success() }}
30
uses: slackapi/slack-github-action@v2.0.0
31
with:
32
webhook: ${{ secrets.SLACKWEBHOOKURL }}
0 commit comments