Skip to content

Commit c70b3cd

Browse files
committed
Modernize circleci redirector workflow
This makes it in line with the workflow on the main Matpltlib repository.
1 parent d26e956 commit c70b3cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml renamed to .github/workflows/circleci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
name: "CircleCI artifact handling"
13
on: [status]
24
jobs:
35
circleci_artifacts_redirector_job:
6+
if: "${{ github.event.context == 'ci/circleci: build_docs' }}"
7+
permissions:
8+
statuses: write
49
runs-on: ubuntu-latest
510
name: Run CircleCI artifacts redirector
611
steps:
@@ -10,3 +15,4 @@ jobs:
1015
repo-token: ${{ secrets.GITHUB_TOKEN }}
1116
artifact-path: 0/docs/_build/html/index.html
1217
circleci-jobs: build_docs
18+
job-title: View the built docs

0 commit comments

Comments
 (0)