Skip to content

Commit

Permalink
chore(ci): prevent conventional commit checker from annotating the PR (
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 13, 2024
1 parent 6a01b6d commit 947d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
~/.composer/vendor/bin/roave-backward-compatibility-check \
--from=origin/${{ github.head_ref || github.ref_name }} \
--to=origin/main --format=github-actions
--to=origin/main
- name: "Print the action item"
run: |
if [[ "${{ steps.compatibility-checker.outcome }}" == 'failure' ]]; then
Expand Down

0 comments on commit 947d494

Please sign in to comment.