Skip to content

Commit c5ce5e5

Browse files
committed
Don't dry-run rollback-release workflow on release branches
1 parent 79dc6cc commit c5ce5e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rollback-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
required: true
1111
# Only for dry-runs of changes to the workflow.
1212
push:
13+
# Don't run dry-run on release branches, to avoid an issue where the
14+
# "new" tag determined by the "Prepare release" job already exists.
15+
branches-ignore:
16+
- releases/v*
1317
paths:
1418
- .github/workflows/rollback-release.yml
1519
- .github/actions/prepare-mergeback-branch/**

0 commit comments

Comments
 (0)