Skip to content

Commit

Permalink
Merge pull request #2015 from FabianKramm/main
Browse files Browse the repository at this point in the history
chore: fix backport.yaml
  • Loading branch information
FabianKramm authored Aug 2, 2024
2 parents 2075c88 + d43415b commit 09ef473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
backport:
name: Backport PR
if: !(contains(github.event.pull_request.labels.*.name, 'backport'))
if: "!(contains(github.event.pull_request.labels.*.name, 'backport'))"
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down

0 comments on commit 09ef473

Please sign in to comment.