Skip to content

Skip CI pipeline on docs-only changes#1010

Closed
jan-janssen with Copilot wants to merge 1 commit into
mainfrom
copilot/update-github-actions-docs
Closed

Skip CI pipeline on docs-only changes#1010
jan-janssen with Copilot wants to merge 1 commit into
mainfrom
copilot/update-github-actions-docs

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

CI runs unnecessarily on every push/PR even when only documentation files are modified.

Changes

  • Added paths-ignore: ['docs/**'] to both push and pull_request triggers in .github/workflows/pipeline.yml
on:
  push:
    branches: [ main ]
    paths-ignore:
      - 'docs/**'
  pull_request:
    paths-ignore:
      - 'docs/**'

Copilot AI changed the title Skip CI pipeline when only docs files change Skip CI pipeline on docs-only changes Jun 10, 2026
Copilot AI requested a review from jan-janssen June 10, 2026 11:44
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (19a0cce) to head (038cafb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1010   +/-   ##
=======================================
  Coverage   94.19%   94.19%           
=======================================
  Files          39       39           
  Lines        2103     2103           
=======================================
  Hits         1981     1981           
  Misses        122      122           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jan-janssen
jan-janssen deleted the copilot/update-github-actions-docs branch June 10, 2026 12:02
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