We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cff766 commit 880f803Copy full SHA for 880f803
.github/workflows/e2e-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
[ ${{needs.run_action.outputs.status}} = "pass" ] || exit 1
43
- name: Notify slack on failure
44
- if: success() && github.ref == 'refs/heads/main'
+ if: failure() && github.ref == 'refs/heads/main'
45
env:
46
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
47
uses: voxmedia/github-action-slack-notify-build@v1
0 commit comments