Skip to content

chore: add generic pipeline checks#106

Merged
andibeuge merged 10 commits into
mainfrom
feat/inf-3708-add-generic-pipeline-checks
May 4, 2026
Merged

chore: add generic pipeline checks#106
andibeuge merged 10 commits into
mainfrom
feat/inf-3708-add-generic-pipeline-checks

Conversation

@andibeuge
Copy link
Copy Markdown
Contributor

Might be usable to control some pipeline behavior in projects

@github-actions github-actions Bot added the ci label Apr 30, 2026
@andibeuge andibeuge marked this pull request as ready for review May 4, 2026 12:48
@andibeuge andibeuge requested a review from a team as a code owner May 4, 2026 12:48
Copilot AI review requested due to automatic review settings May 4, 2026 12:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Actions workflow intended to provide generic “requirement check” outputs that other pipelines/projects can use to decide whether to run a full pipeline and/or tests based on changed paths.

Changes:

  • Introduces a new workflow (ci-requirements.yaml) triggered on push and workflow_call.
  • Computes full_run_required and test_run_required using dorny/paths-filter and exposes them as reusable-workflow outputs.

Comment thread .github/workflows/ci-requirements.yaml Outdated
Comment thread .github/workflows/ci-requirements.yaml Outdated
Comment thread .github/workflows/ci-requirements.yaml Outdated
Comment thread .github/workflows/ci-requirements.yaml Outdated
@andibeuge andibeuge merged commit 79ab5d0 into main May 4, 2026
5 checks passed
@andibeuge andibeuge deleted the feat/inf-3708-add-generic-pipeline-checks branch May 4, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants