Skip to content

Commit e848e71

Browse files
authored
SWI-2096 Fix Slack Notify in Tests (#93)
* SWI-2096 Fix Slack Notify in Tests * fix notify
1 parent 67ce090 commit e848e71

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
@@ -76,6 +76,7 @@ jobs:
7676
7777
notify_for_failures:
7878
name: Notify for Failures
79+
needs: [test_main, test_feature]
7980
if: failure()
8081
runs-on: ubuntu-latest
8182
steps:

0 commit comments

Comments
 (0)