From 6b11caef97e5c9ba39cf90766ff296e07a30a011 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Thu, 28 Aug 2025 11:42:20 -0500 Subject: [PATCH] Remove the RTD preview GitHub Workflow This build now fails for us with a message about action version pinning (presumably because we have enabled the requirement for hash versioning). Checking up on the action repo, it currently has a deprecation notice. After enabling PR builds via their new integration (a GitHub App), I am removing this build. We should continue to get PR builds, and if we do not we can investigate without "noise" from this failing build. --- .github/workflows/readthedocs-pr-links.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/readthedocs-pr-links.yaml diff --git a/.github/workflows/readthedocs-pr-links.yaml b/.github/workflows/readthedocs-pr-links.yaml deleted file mode 100644 index e8fcc5d55..000000000 --- a/.github/workflows/readthedocs-pr-links.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Read the Docs Pull Request Preview -on: - pull_request_target: - types: - - opened - -permissions: - pull-requests: write - -jobs: - documentation-links: - runs-on: ubuntu-latest - steps: - - uses: readthedocs/actions/preview@b8bba1484329bda1a3abe986df7ebc80a8950333 # v1.5 - with: - project-slug: "globus-sdk-python"