We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39100e5 commit 50ed601Copy full SHA for 50ed601
.github/workflows/test-smoke.yml
@@ -84,7 +84,7 @@ jobs:
84
85
notify_for_failures:
86
name: Notify for Failures
87
- needs: [test_main]
+ needs: [test_main, test_main_up]
88
if: failure()
89
runs-on: ubuntu-latest
90
steps:
0 commit comments