From 5015a981e92302c6d3705c13e98a1230dd611f4e Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 29 Oct 2025 21:19:49 +0000 Subject: [PATCH 1/2] Don't fail after-ci deploy-docs-preview if PR docs job failed --- .github/workflows/after-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/after-ci.yml b/.github/workflows/after-ci.yml index a3e1875226..1b75b227ea 100644 --- a/.github/workflows/after-ci.yml +++ b/.github/workflows/after-ci.yml @@ -65,6 +65,7 @@ jobs: commit: ${{ github.event.workflow_run.head_sha }} allow_forks: true workflow_conclusion: completed + if_no_artifact_found: warn - uses: cloudflare/wrangler-action@v3 id: deploy From 29c6ab639a25c5aa5f1a5b3e38844a793105d24e Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 29 Oct 2025 21:54:50 +0000 Subject: [PATCH 2/2] Bump timeout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 189e202f10..eb5986ffe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: test: name: test on ${{ matrix.python-version }} (${{ matrix.install.name }}) runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 strategy: fail-fast: false matrix: @@ -198,7 +198,7 @@ jobs: test-lowest-versions: name: test on ${{ matrix.python-version }} (lowest-versions) runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 strategy: fail-fast: false matrix: