Skip to content

Commit

Permalink
SWI-2096 Fix Slack Notify in Tests (#93)
Browse files Browse the repository at this point in the history
* SWI-2096 Fix Slack Notify in Tests

* fix notify
  • Loading branch information
ckoegel authored Mar 23, 2023
1 parent 67ce090 commit e848e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
notify_for_failures:
name: Notify for Failures
needs: [test_main, test_feature]
if: failure()
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e848e71

Please sign in to comment.