We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2ea50 commit 5ed5098Copy full SHA for 5ed5098
.github/workflows/backport.yml
@@ -15,12 +15,6 @@ jobs:
15
contents: write # for git push to PR branch
16
runs-on: ubuntu-latest
17
steps:
18
- - run: |
19
- if [[ ! $GITHUB_REF_NAME =~ ^release/v[0-9]+\.[0-9]+\.x$ ]]; then
20
- echo this workflow should only be run against release branches
21
- exit 1
22
- fi
23
-
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
with:
26
# history is needed to run git cherry-pick below
0 commit comments