Skip to content

Commit

Permalink
Skip 'Quick Checks' on push when editing only release-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Dec 13, 2024
1 parent d3a5707 commit ca83bcd
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 @@ -31,6 +31,10 @@ on:
- '*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
paths-ignore:
# Stop quick checks if the PR contains changes limited to just these files
- 'CHANGELOG.md'
- 'version/VERSION'

# This workflow runs for not-yet-reviewed external contributions and so it
# intentionally has no write access and only limited read access to the
Expand Down

0 comments on commit ca83bcd

Please sign in to comment.