Skip to content

Commit

Permalink
Post comment on fast-forward action only in case of error
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuttari committed Sep 18, 2024
1 parent 5b4a2ef commit 873bb5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
uses: sequoia-pgp/fast-forward@v1
with:
merge: true
# To reduce the workflow's verbosity, use 'on-error'
# 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: on-error

0 comments on commit 873bb5a

Please sign in to comment.