Skip to content

Commit

Permalink
🐛 fix github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Jan 25, 2024
1 parent 03c56e6 commit 9806d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
jobs:
fast-forward:
# Only run if the comment contains the /fast-forward command.
if: ${{ contains(github.event.comment.body, '/fast-forward')
&& github.event.issue.pull_request }}
if: contains(github.event.comment.body, '/fast-forward')
&& github.event.issue.pull_request
runs-on: ubuntu-latest

permissions:
Expand All @@ -23,4 +23,4 @@ jobs:
# to only post a comment when an error occurs, or 'never' to
# never post a comment. (In all cases the information is
# still available in the step's summary.)
comment: always
comment: always

0 comments on commit 9806d3f

Please sign in to comment.