Skip to content

Commit 5d6ccf7

Browse files
committed
Update nightly-tfe-ci.yml
1 parent 62d107c commit 5d6ccf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-tfe-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
exit 1
6363
6464
slack-notify:
65-
needs: [ tests ]
66-
if: ${{ needs.tests.result == 'failure' }}
65+
needs: [ tests-summarize ]
66+
if: always() && (needs.tests-summarize.result == 'failure')
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Send slack notification on failure

0 commit comments

Comments
 (0)