We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79dc6cc + c5ce5e5 commit f3bf646Copy full SHA for f3bf646
.github/workflows/rollback-release.yml
@@ -10,6 +10,10 @@ on:
10
required: true
11
# Only for dry-runs of changes to the workflow.
12
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*
17
paths:
18
- .github/workflows/rollback-release.yml
19
- .github/actions/prepare-mergeback-branch/**
0 commit comments