Skip to content

Commit 23f7b1d

Browse files
committed
up
1 parent dcc6f5f commit 23f7b1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ jobs:
113113

114114
steps:
115115
- name: 📢 Send Slack notification
116-
if: env.SLACK_WEBHOOK_URL != ''
117116
uses: slackapi/slack-github-action@v1
117+
continue-on-error: true
118+
env:
119+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
118120
with:
119121
payload: |
120122
{
@@ -142,8 +144,6 @@ jobs:
142144
}
143145
]
144146
}
145-
env:
146-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
147147
148148
comment:
149149
name: Comment Test Results

0 commit comments

Comments
 (0)