Skip to content

Scope PR CI workflow to catalog changes only#21

Merged
grokspawn merged 1 commit into
operator-framework:mainfrom
grokspawn:ci-path-filter-catalog
Jul 24, 2026
Merged

Scope PR CI workflow to catalog changes only#21
grokspawn merged 1 commit into
operator-framework:mainfrom
grokspawn:ci-path-filter-catalog

Conversation

@grokspawn

Copy link
Copy Markdown
Contributor

Summary

  • Adds a paths: ['catalog/**'] filter to the PR validation workflow
  • Prevents the Validate Contributor and Validate Contribution steps from running on PRs that don't touch catalog content (e.g., dependabot action version bumps)
  • Fixes CI failures on PRs like Bump docker/metadata-action from 3 to 6 #20 where the workflow is irrelevant

Test plan

  • Verify PRs touching only non-catalog files (e.g., .github/workflows/) no longer trigger the CI workflow
  • Verify PRs touching files under catalog/ still trigger validation as before

🤖 Generated with Claude Code

The PR validation workflow (Validate Contributor, Validate Contribution)
is only relevant when catalog content is modified. Adding a paths filter
prevents the workflow from running on unrelated PRs like dependabot
action version bumps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@grokspawn
grokspawn force-pushed the ci-path-filter-catalog branch from 5ef9725 to f16de19 Compare July 24, 2026 21:15
@grokspawn
grokspawn merged commit 3058843 into operator-framework:main Jul 24, 2026
@grokspawn
grokspawn deleted the ci-path-filter-catalog branch July 24, 2026 21:16
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.

1 participant