Skip to content

Commit

Permalink
Make Quick Checks be skipped if a PR updates only the CHANGELOG or ve…
Browse files Browse the repository at this point in the history
…rsion/VERSION files
  • Loading branch information
SarahFrench authored Dec 13, 2024
1 parent 4484658 commit d3a5707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
- ready_for_review
- reopened
- synchronize
paths-ignore:
# Stop quick checks if the PR contains changes limited to just these files
- 'CHANGELOG.md'
- 'version/VERSION'
push:
branches:
- '*'
Expand Down

0 comments on commit d3a5707

Please sign in to comment.