Skip to content

Commit 5ed5098

Browse files
committed
Temporary for testing
1 parent 9f2ea50 commit 5ed5098

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/backport.yml

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
contents: write # for git push to PR branch
1616
runs-on: ubuntu-latest
1717
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-
2418
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2519
with:
2620
# history is needed to run git cherry-pick below

0 commit comments

Comments
 (0)