## Details * Read the Docs project URL: https://readthedocs.org/projects/cpython-previews/ * Build URL (if applicable): https://readthedocs.org/projects/cpython-previews/builds/20835824/ * PR URL: https://github.com/python/cpython/pull/104100 ## Expected Result When skipping the build with: ```sh 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> <summary>Details</summary> <img width="823" alt="image" src="https://github.com/python/cpython/assets/1324225/32644599-484c-4990-8bd3-1b1cdada9b82"> </details> https://readthedocs.org/projects/cpython-previews/builds/20835824/ However, the status check on GitHub still shows as pending: <details> <summary>Details</summary> <img width="918" alt="image" src="https://github.com/python/cpython/assets/1324225/32207784-fe96-4d9e-9c7b-906c08da92d7"> </details> And also shows in the tab: <details> <summary>Details</summary> <img width="368" alt="image" src="https://github.com/python/cpython/assets/1324225/3059d494-c66f-4aa6-bb60-bbfe124ec1ae">