Skip to content

ci: skip workflows on documentation-only changes#679

Merged
Kiran01bm merged 1 commit into
block:mainfrom
Kiran01bm:ci-skip-docs-only-changes
Apr 6, 2026
Merged

ci: skip workflows on documentation-only changes#679
Kiran01bm merged 1 commit into
block:mainfrom
Kiran01bm:ci-skip-docs-only-changes

Conversation

@Kiran01bm
Copy link
Copy Markdown
Collaborator

Summary

  • Add paths-ignore filters to GitHub Actions workflows to skip CI runs when only documentation files are changed
  • This reduces unnecessary CI load and resource usage for documentation updates

Changes

Updated all test and lint workflows to ignore:

  • All Markdown files (**/*.md)
  • The docs/ directory

Workflows Updated

  • buildandrun-docker.yml
  • linter.yml (golangci-lint only checks Go code)
  • mysql8-docker.yml
  • mysql8.0.28-docker.yml
  • mysql8.0.42-docker.yml
  • mysql84-docker.yml
  • mysql8_rbr_minimal-docker.yml
  • mysql96-docker.yml

Workflows Not Updated

  • release.yml - intentionally left unchanged as it only triggers on version tags

@Kiran01bm Kiran01bm merged commit c9de065 into block:main Apr 6, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants