Skip to content

Commit

Permalink
Limit change-only cpp check to PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordhippo committed Apr 30, 2024
1 parent e4acf20 commit 6f3551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files-changed-only: false
lines-changed-only: ${{ github.event_name != 'workflow_dispatch' }}
lines-changed-only: ${{ github.event_name == 'pull_request' }}
style: file
tidy-checks: '-*'
step-summary: true
Expand Down

0 comments on commit 6f3551f

Please sign in to comment.