Skip to content

Commit fe277d7

Browse files
committed
fix: make k8-test wait for call-gh-wait-workflow
1 parent e557a15 commit fe277d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
k8-test:
3636
name: 'K8: Test'
3737
runs-on: [self-hosted, dev]
38-
needs: [call-az-acr-push-test]
38+
needs: [call-az-acr-push-test, call-gh-wait-workflow]
3939
if: ${{ !failure() && !cancelled() }}
4040
environment: dev
4141
env:

0 commit comments

Comments
 (0)