File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
20
20
secrets : inherit
21
21
22
- call-gh-wait-workflow :
23
- uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_wait_workflow.yml@dev
24
- secrets : inherit
22
+ # call-gh-wait-workflow:
23
+ # uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_wait_workflow.yml@dev
24
+ # secrets: inherit
25
25
26
26
# call-k8-db-upgrade:
27
27
# uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
35
35
k8-test :
36
36
name : ' K8: Test'
37
37
runs-on : [self-hosted, dev]
38
- needs : [call-az-acr-push-test, call-gh-wait-workflow ]
38
+ needs : [call-az-acr-push-test]
39
39
if : ${{ !failure() && !cancelled() }}
40
40
environment : dev
41
41
env :
You can’t perform that action at this time.
0 commit comments