Skip to content

Commit 5c20d46

Browse files
authored
Merge pull request #67 from QuLogic/circle-workflow
Modernize circleci redirector workflow
2 parents d26e956 + c70b3cd commit 5c20d46

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)