FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Exclude push-only unit tests job from required PR checks script by henrymercer · Pull Request #2409 · github/codeql-action · GitHub

Exclude push-only unit tests job from required PR checks script - #2409

Merged
henrymercer merged 1 commit into
mainfrom
henrymercer/fix-required-checks
Aug 6, 2024
Merged

henrymercer merged 1 commit into
mainfrom
henrymercer/fix-required-checks

Conversation

henrymercer commented Aug 5, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

The "Check JS" job and "Unit Test" job are both in the same workflow. On push, we run the "Check JS" job but skip the "Unit Test" run to save compute. This results in a skipped (non-matrixed) "Unit Test" job. This PR makes sure that that "Unit Test" job doesn't get included in the required checks for main and the release branches, which we maintain via a script.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

henrymercer requested a review from a team as a code owner August 5, 2024 19:38
henrymercer merged commit 441c9d9 into main Aug 6, 2024
henrymercer deleted the henrymercer/fix-required-checks branch August 6, 2024 12:50
github-actions Bot mentioned this pull request Aug 6, 2024
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL