Skip to content

Commit

Permalink
Fix run condition (#18895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored Nov 10, 2023
2 parents 5603bf0 + b4f245b commit 8cd6ae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lts-backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

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

steps:
Expand Down

0 comments on commit 8cd6ae2

Please sign in to comment.