We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d538107 commit 7f6965cCopy full SHA for 7f6965c
.github/workflows/nightly-dispatcher.yml
@@ -22,6 +22,6 @@ jobs:
22
23
notify-on-failure:
24
uses: ./.github/workflows/test-notify-on-failure.yml
25
- needs: [docker-builds, aggregator-stress-test, test-client]
+ needs: [backward-compatibility, docker-builds, aggregator-stress-test, test-client]
26
if: failure()
27
secrets: inherit
0 commit comments