Skip to content

Commit 61cc419

Browse files
ci: refactor pr-revision tag removal (#1637)
1 parent a0caf47 commit 61cc419

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cleanup-pr-revision.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
2121
cleanup-pr-revision-server:
2222
needs: [show-github-event-info]
23-
if: needs.prepare.outputs.server == 'true'
2423
uses: ./.github/workflows/cleanup-cloudrun-tag.yml
2524
with:
2625
service: reearth-visualizer-api
@@ -29,7 +28,6 @@ jobs:
2928

3029
cleanup-pr-revision-web:
3130
needs: [show-github-event-info]
32-
if: needs.prepare.outputs.web == 'true'
3331
uses: ./.github/workflows/cleanup-cloudrun-tag.yml
3432
with:
3533
service: reearth-visualizer-web

0 commit comments

Comments
 (0)