Skip to content

Commit

Permalink
Fix run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Nov 10, 2023
1 parent fef44ad commit b4f245b
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 b4f245b

Please sign in to comment.