We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0b7a45 + 2067d40 commit 6ce80fcCopy full SHA for 6ce80fc
.github/workflows/circleci-artifacts-redirector.yml
@@ -1,8 +1,12 @@
1
-name: Run CircleCI asrtifacts redirector for rendered HTML
+name: Run CircleCI artifacts redirector for rendered HTML
2
on: [status]
3
+
4
jobs:
5
circleci_artifacts_redirector_job:
6
runs-on: ubuntu-latest
7
+ if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
8
+ permissions:
9
+ statuses: write
10
name: Run CircleCI artifacts redirector
11
steps:
12
- name: GitHub Action step
0 commit comments