Skip to content

Commit

Permalink
chore: fix backport.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Aug 2, 2024
1 parent dbbde51 commit d43415b
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 d43415b

Please sign in to comment.