Skip to content

Commit b4f245b

Browse files
committed
Fix run condition
1 parent fef44ad commit b4f245b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lts-backport.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77

88
jobs:
99
add-to-backporting-project:
10-
if: "github.event.pull_request.merged == true
11-
&& !contains(github.event.push.message, '[Next only]')"
10+
if: "!contains(github.event.push.message, '[Next only]')"
1211
runs-on: ubuntu-latest
1312

1413
steps:

0 commit comments

Comments
 (0)