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 7f66122 commit 0ca4cb5Copy full SHA for 0ca4cb5
.github/workflows/e2e-deploy.yml
@@ -41,18 +41,3 @@ jobs:
41
- name: Validate deploy results
42
run: |
43
[ ${{ fromJson(steps.fetchResult.outputs.response).status }} = "success" ] || exit 1
44
- notify:
45
- runs-on: ubuntu-latest
46
- if: ${{ !cancelled() }}
47
- needs: run_action
48
- steps:
49
- - name: Notify slack on failure
50
- if: needs.run_action.result == 'failure' && github.ref == 'refs/heads/main'
51
- env:
52
- SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
53
- uses: voxmedia/github-action-slack-notify-build@v1
54
- with:
55
- # Channel: status-github-action
56
- channel_id: C03QDL9U0TW
57
- status: FAILED
58
- color: danger
0 commit comments