Skip to content

Commit 980152b

Browse files
committed
perf: rename db_migration_wait to wait_migration
1 parent 322b434 commit 980152b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/gh_db_migration_wait.yml renamed to .github/workflows/gh_wait_workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "GitHub: Database Migration Wait"
1+
name: "GitHub: Workflow Wait"
22

33
on:
44
workflow_call:
@@ -10,8 +10,8 @@ permissions:
1010
actions: read
1111

1212
jobs:
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 }}"

.github/workflows/k8s_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)