ci(github): fix commit parity check is running outside of PRs
Closed this issue · 0 comments
petermetz commented
Description
The commit parity check does not make sense to be running on the main branch because there is no pull request description to compare the texts to in that context.
Right now it is configured to run on the main branch but then it just crashes of course.
Attaching logs:
2024-09-04T21-17-10-commit-parity-check-main-branch.crash.log
Acceptance Criteria
- Commit parity check does not run at all on main branch saving resources and also not cluttering with false-negatives.