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 dcc6f5f commit 23f7b1dCopy full SHA for 23f7b1d
1 file changed
.github/workflows/e2e.yml
@@ -113,8 +113,10 @@ jobs:
113
114
steps:
115
- name: 📢 Send Slack notification
116
- if: env.SLACK_WEBHOOK_URL != ''
117
uses: slackapi/slack-github-action@v1
+ continue-on-error: true
118
+ env:
119
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
120
with:
121
payload: |
122
{
@@ -142,8 +144,6 @@ jobs:
142
144
}
143
145
]
146
- env:
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
147
148
comment:
149
name: Comment Test Results
0 commit comments