Skip to content

Commit ee787e6

Browse files
authored
chore: don't fail on cleanup (#261)
1 parent 96dfc9f commit ee787e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-cloudrun-it.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ jobs:
376376
project_id: ${{ secrets.DEPLOY_CLOUDRUN_PROJECT_ID }}
377377

378378
- name: Delete services
379+
continue-on-error: true
379380
run: |-
380381
gcloud config set run/platform managed
381382
gcloud config set run/region us-central1

0 commit comments

Comments
 (0)