8000 Wait for smoke tests to complete for notifications (#1246) · osokin/kubernetes-ingress@54dbaf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54dbaf4

Browse files
authored
Wait for smoke tests to complete for notifications (nginx#1246)
1 parent 85935fb commit 54dbaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
notify:
501501
name: Notify
502502
runs-on: ubuntu-18.04
503-
needs: helm-tests
503+
needs: [helm-tests, smoke-tests]
504504
if: always() && github.ref == 'refs/heads/master'
505505
steps:
506506
- name: Workflow Status

0 commit comments

Comments
 (0)
0