From: Viktor Szakats Date: Mon, 12 Jan 2026 15:19:14 +0000 (+0100) Subject: GHA/checkdocs: drop duplicate spacecheck job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc2552ed1510f82c823e5c276f3e64d7f31804c;p=thirdparty%2Fcurl.git GHA/checkdocs: drop duplicate spacecheck job No longer necessary after making GHA/checksrc also run on `*.md` file changes. Reported-by: Daniel Stenberg Bug: https://github.com/curl/curl/pull/20266#issuecomment-3738955165 Follow-up to 3800a26582af8b355e96cf80135ba7642e816ed6 #18935 Follow-up to 9acecc923df9ea8675f026ab173e8f2a6051822e #15423 Closes #20268 --- diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index f33c104ca9..bc168f90b9 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -139,15 +139,3 @@ jobs: - name: 'verify examples' run: .github/scripts/verify-examples.pl docs/libcurl/curl*.md docs/libcurl/opts/*.md - - miscchecks: - name: 'spacecheck' - runs-on: ubuntu-24.04-arm - timeout-minutes: 5 - steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - with: - persist-credentials: false - - - name: 'spacecheck' - run: .github/scripts/spacecheck.pl