Skip to content

Commit ca6eea1

Browse files
authored
Merge pull request #349 from Vonage/release-action-fix
build: removing `always()` check from slack notification
2 parents 71e0f95 + 210ef3f commit ca6eea1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
steps:
5050
- name: Send to slack channels
5151
uses: slackapi/slack-github-action@v2.0.0
52-
if: always();
5352
continue-on-error: true
5453
with:
5554
webhook: ${{ secrets[matrix.url]}}

0 commit comments

Comments
 (0)