Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Skipped PR build remains a pending check in GitHub UI #10364

Copy link
Copy link
Closed
@hugovk

Description

@hugovk
Issue body actions

Details

Expected Result

When skipping the build with:

if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && [ "$(git diff --quiet origin/main -- Doc/ .readthedocs.yml; echo $?)" -eq 0 ];
then
  echo "No changes to Doc/ - exiting the build.";
  exit 183;
fi

It should either show the GitHub check as a grey skipped result (or possibly green success, but skip would be more accurate).

Actual Result

The build was cancelled as expected:

Details image

https://readthedocs.org/projects/cpython-previews/builds/20835824/

However, the status check on GitHub still shows as pending:

Details image

And also shows in the tab:

Details image

Metadata

Metadata

Assignees

Labels

AcceptedAccepted issue on our roadmapAccepted issue on our roadmapBugA bugA bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.