Skip to content

only run tests on PRs when necessary - add workflow trigger to scorecard#216

Merged
bckohan merged 2 commits intomainfrom
scorecard
Mar 5, 2026
Merged

only run tests on PRs when necessary - add workflow trigger to scorecard#216
bckohan merged 2 commits intomainfrom
scorecard

Conversation

@bckohan
Copy link
Owner

@bckohan bckohan commented Mar 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 5, 2026 23:45
Copy link
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

Updates GitHub Actions workflow triggers to reduce unnecessary CI runs on pull requests and to allow manual runs of the OpenSSF Scorecard workflow.

Changes:

  • Add a pull_request.paths filter to the test workflow so it only runs when relevant project files change.
  • Add workflow_dispatch to the scorecard workflow to enable manual execution.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/test.yml Restricts PR-triggered test runs to specific paths.
.github/workflows/scorecard.yml Adds a manual trigger for running the Scorecard analysis.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bckohan bckohan merged commit 81b4dbe into main Mar 5, 2026
28 checks passed
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.88%. Comparing base (9b4f902) to head (45aad39).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          25       25           
  Lines        1810     1810           
  Branches      278      278           
=======================================
  Hits         1808     1808           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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