File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : " GitHub: Database Migration Wait"
1+ name : " GitHub: Workflow Wait"
22
33on :
44 workflow_call :
@@ -10,8 +10,8 @@ permissions:
1010 actions : read
1111
1212jobs :
13- gh-db-migration- wait :
14- name : ' GitHub: Database Migration Wait'
13+ gh-wait-workflow :
14+ name : ' GitHub: Workflow Wait'
1515 runs-on : ubuntu-latest
1616 env :
1717 GH_TOKEN : ${{ secrets.GH_TOKEN }}
@@ -22,10 +22,10 @@ jobs:
2222 - name : Clone cicd-deployment-scripts
2323 run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
2424
25- - name : Database Migration Wait
25+ - name : Workflow Wait - refinery-gateway
2626 shell : bash
2727 run : |
28- bash cicd-deployment-scripts/gh/db_migration_wait .sh \
28+ bash cicd-deployment-scripts/gh/wait_workflow .sh \
2929 -e "dev" \
3030 -w "K8: Test" \
3131 -i "${{ github.run_id }}"
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
2020 secrets : inherit
2121
22- call-gh-db-migration- wait :
23- uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_db_migration_wait .yml@dev
22+ call-gh-wait-workflow :
23+ uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_wait_workflow .yml@dev
2424 secrets : inherit
2525
2626 call-k8-db-upgrade :
2727 uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
28- needs : [call-az-acr-push-test, call-gh-db-migration- wait]
28+ needs : [call-az-acr-push-test, call-gh-wait-workflow ]
2929 if : ${{ vars.ENABLE_ALEMBIC_MIGRATIONS == 'true' }}
3030 secrets : inherit
3131 with :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments