Skip to content

Commit c7a2380

Browse files
authored
ci: fix notification failure condition (#243)
1 parent bbc1bf6 commit c7a2380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-scheduled-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
slackNotification:
4242
needs: test
43-
if: needs.test.result == 'failed'
43+
if: ${{ failure() }}
4444
name: Slack Notification
4545
runs-on: ubuntu-latest
4646
steps:

0 commit comments

Comments
 (0)