Skip to content

Commit e4d8cab

Browse files
committed
Incrementally testing GH action.
1 parent 8647c54 commit e4d8cab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323

2424

2525
steps:
26-
- name: Checkout code
27-
uses: actions/checkout@v4
28-
2926
- name: Authenticate to Google Cloud PROD project
3027
id: gcloud_auth_prod
3128
uses: google-github-actions/auth@v2
@@ -91,6 +88,8 @@ jobs:
9188

9289
- name: GCloud Setup 3
9390
uses: google-github-actions/setup-gcloud@v2
91+
92+
- name: QA backup and import dump into the QA DB
9493
run: |
9594
# Dump the QA database as a backup
9695
# According to chatgpt,

0 commit comments

Comments
 (0)