Skip to content

Commit 7f6965c

Browse files
committed
ci(nightly): include backcompat in failure notifications
1 parent d538107 commit 7f6965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
notify-on-failure:
2424
uses: ./.github/workflows/test-notify-on-failure.yml
25-
needs: [docker-builds, aggregator-stress-test, test-client]
25+
needs: [backward-compatibility, docker-builds, aggregator-stress-test, test-client]
2626
if: failure()
2727
secrets: inherit

0 commit comments

Comments
 (0)