File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments