Skip to content

Commit f3bf646

Browse files
authored
Merge pull request #3151 from github/mbg/ci/rollback-test-triggers
Don't dry-run `rollback-release` workflow on release branches
2 parents 79dc6cc + c5ce5e5 commit f3bf646

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)