File tree 3 files changed +8
-8
lines changed
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"
2
2
3
3
on :
4
4
workflow_call :
@@ -10,8 +10,8 @@ permissions:
10
10
actions : read
11
11
12
12
jobs :
13
- gh-db-migration- wait :
14
- name : ' GitHub: Database Migration Wait'
13
+ gh-wait-workflow :
14
+ name : ' GitHub: Workflow Wait'
15
15
runs-on : ubuntu-latest
16
16
env :
17
17
GH_TOKEN : ${{ secrets.GH_TOKEN }}
@@ -22,10 +22,10 @@ jobs:
22
22
- name : Clone cicd-deployment-scripts
23
23
run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
24
24
25
- - name : Database Migration Wait
25
+ - name : Workflow Wait - refinery-gateway
26
26
shell : bash
27
27
run : |
28
- bash cicd-deployment-scripts/gh/db_migration_wait .sh \
28
+ bash cicd-deployment-scripts/gh/wait_workflow .sh \
29
29
-e "dev" \
30
30
-w "K8: Test" \
31
31
-i "${{ github.run_id }}"
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
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-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
24
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
28
- needs : [call-az-acr-push-test, call-gh-db-migration- wait]
28
+ needs : [call-az-acr-push-test, call-gh-wait-workflow ]
29
29
if : ${{ vars.ENABLE_ALEMBIC_MIGRATIONS == 'true' }}
30
30
secrets : inherit
31
31
with :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments