8000 ci: Remove CircleCI URL check · matplotlib/matplotlib@3838195 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3838195

Browse files
committed
ci: Remove CircleCI URL check
This will fail until the doc build is complete, which causes unwanted notifications about the job 'failing'.
1 parent 626d13c commit 3838195

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/circleci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ jobs:
1515
artifact-path: 0/doc/build/html/index.html
1616
circleci-jobs: docs-python38
1717
job-title: View the built docs
18-
- name: Check the URL
19-
if: github.event.status != 'pending'
20-
run: |
21-
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA

0 commit comments

Comments
 (0)
0