Skip to content

Commit

Permalink
docs: align comment with condition
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Nov 24, 2023
1 parent e1ba245 commit f067bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

# Only run when pull request is merged
# or when a comment containing `/backport` is created
# or when a comment starting with `/backport` is created
if: >
(
github.event_name == 'pull_request' &&
Expand Down

0 comments on commit f067bf0

Please sign in to comment.