Skip to content

Commit b646033

Browse files
authored
SWI-2096 Fix Slack Notify in Tests (#150)
* SWI-2096 Fix Slack Notify in Tests * do it the correct way
1 parent 2b31c26 commit b646033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
103103
notify_for_failures:
104104
name: Notify for Failures
105+
needs: [test_main, test_feature]
105106
if: failure()
106107
runs-on: ubuntu-latest
107108
steps:

0 commit comments

Comments
 (0)