Skip to content

Commit a012d82

Browse files
committed
added job failure expression to workflow
1 parent bfb11e2 commit a012d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Slack Notify on Failure
15-
if: ${{ failure() }}
15+
if: ${{ failure() || success() }}
1616
id: slack
1717
uses: slackapi/slack-github-action@v1.24.0
1818
with:

0 commit comments

Comments
 (0)