Skip to content

Commit 1908207

Browse files
authored
chore: Run PR cleanup in parallel with force (nodejs#850)
Force to avoid failed build for non-previewed PRs
1 parent 2995b9e commit 1908207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
export_default_credentials: true
2020

2121
- name: Remove folder from GCS
22-
run: gsutil rm gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/**
22+
run: gsutil -m rm -f gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/**

0 commit comments

Comments
 (0)