Skip to content

Excessive Check Count & Unrecognized Runs #26068

Answered by BrightRan
mohammed90 asked this question in Actions
Discussion options

You must be logged in to vote

@mohammed90,

This problem generally is due to the required checks do not run or are not triggered on the latest commit of the pull request.
In your case, the three required checks ‘test (macos-latest, 1.14.x)’, ‘test (ubuntu-latest, 1.14.x)’ and ‘test (windows-latest, 1.14.x)’ should be the jobs in the workflow runs related to the pull request.

The workflow runs related to the PR generally include these:

  1. Workflow runs triggered by the events related to the pull request. The events include pull_request, pull_request_review, pull_request_review_comment and pull_request_target.

  2. Workflow runs triggered by push event for the latest commit on the head branch (source branch) of the pull requ…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants