Skip to content

Commit c53c8ec

Browse files
committed
skip install, much faster.
1 parent 21bdc0f commit c53c8ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/service-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040

4141
- name: Set up Cloud SDK
4242
uses: google-github-actions/setup-gcloud@v2
43-
43+
with:
44+
skip_install: true
4445

4546
- name: Configure Docker
4647
run: gcloud auth configure-docker ${{ vars.GAR_HOSTNAME }}

0 commit comments

Comments
 (0)