Skip to content

Commit b2a35bf

Browse files
committed
perf: eliminate workflow-wait
1 parent 636a5cf commit b2a35bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/k8s_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
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
@@ -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, call-gh-wait-workflow]
38+
needs: [call-az-acr-push-test]
3939
if: ${{ !failure() && !cancelled() }}
4040
environment: dev
4141
env:

0 commit comments

Comments
 (0)