Skip to content

Commit e1f1221

Browse files
authored
Merge PR #6502: MAINT(ci): Don't run backport action on backport PRs
2 parents 923f911 + 84a270c commit e1f1221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
backport:
99
name: Backport PR
10-
if: github.event.pull_request.merged == true
10+
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Backport Action

0 commit comments

Comments
 (0)