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 1919 uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
2020 secrets : inherit
2121
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
2525
2626 # call-k8-db-upgrade:
2727 # uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
3535 k8-test :
3636 name : ' K8: Test'
3737 runs-on : [self-hosted, dev]
38- needs : [call-az-acr-push-test, call-gh-wait-workflow ]
38+ needs : [call-az-acr-push-test]
3939 if : ${{ !failure() && !cancelled() }}
4040 environment : dev
4141 env :
You can’t perform that action at this time.
0 commit comments