mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-27 05:37:15 -05:00
ci: skip server CI for docs-only changes (#35719)
Add path exclusions for markdown files, NOTICE.txt, and CHANGELOG.md to the pull_request trigger. This prevents the full 60-minute CI suite from running when a PR only changes documentation. Exclusions added: - server/**/*.md - server/NOTICE.txt - server/CHANGELOG.md Co-authored-by: Claude <claude@anthropic.com>
This commit is contained in:
@@ -17,6 +17,9 @@ on:
|
||||
- ".github/workflows/mmctl-test-template.yml"
|
||||
- "!server/build/Dockerfile.buildenv"
|
||||
- "!server/build/Dockerfile.buildenv-fips"
|
||||
- "!server/**/*.md"
|
||||
- "!server/NOTICE.txt"
|
||||
- "!server/CHANGELOG.md"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow, github.ref) || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user