Skip to content

Commit 0739a4a

Browse files
authored
Don't fail after-ci deploy-docs-preview if PR docs job failed (#3287)
1 parent 03b2271 commit 0739a4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/after-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
commit: ${{ github.event.workflow_run.head_sha }}
6666
allow_forks: true
6767
workflow_conclusion: completed
68+
if_no_artifact_found: warn
6869

6970
- uses: cloudflare/wrangler-action@v3
7071
id: deploy

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
test:
143143
name: test on ${{ matrix.python-version }} (${{ matrix.install.name }})
144144
runs-on: ubuntu-latest
145-
timeout-minutes: 15
145+
timeout-minutes: 20
146146
strategy:
147147
fail-fast: false
148148
matrix:
@@ -198,7 +198,7 @@ jobs:
198198
test-lowest-versions:
199199
name: test on ${{ matrix.python-version }} (lowest-versions)
200200
runs-on: ubuntu-latest
201-
timeout-minutes: 15
201+
timeout-minutes: 20
202202
strategy:
203203
fail-fast: false
204204
matrix:

0 commit comments

Comments
 (0)