Skip to content

Commit eee5e3c

Browse files
committed
rename for clarity
1 parent 7be4b34 commit eee5e3c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- master
99
tags:
10-
- '**'
10+
- "**"
1111
workflow_dispatch: {}
1212

1313
env:
@@ -212,7 +212,7 @@ jobs:
212212
parent: false
213213
process_gcloudignore: false
214214

215-
deploy-mysql:
215+
deploy-mysql-dockerhub:
216216
runs-on: ubuntu-latest
217217
needs: mysql-e2e-tests
218218
if: |

.github/workflows/postgres.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- master
99
tags:
10-
- '**'
10+
- "**"
1111
workflow_dispatch: {}
1212

1313
env:
@@ -218,7 +218,7 @@ jobs:
218218
parent: false
219219
process_gcloudignore: false
220220

221-
deploy-postgres:
221+
deploy-postgres-dockerhub:
222222
runs-on: ubuntu-latest
223223
needs: postgres-e2e-tests
224224
if: |
@@ -264,4 +264,3 @@ jobs:
264264
docker tag app:build ${{ steps.docker-tag.outputs.full_tag }}
265265
docker images
266266
docker push ${{ steps.docker-tag.outputs.full_tag }}
267-

.github/workflows/spanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
parent: false
226226
process_gcloudignore: false
227227

228-
deploy-spanner:
228+
deploy-spanner-dockerhub:
229229
runs-on: ubuntu-latest
230230
needs: spanner-e2e-tests
231231
if: |

0 commit comments

Comments
 (0)