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.
1 parent 04f7dae commit 2067d40Copy full SHA for 2067d40
.github/workflows/circleci-artifacts-redirector.yml
@@ -1,9 +1,10 @@
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
0 commit comments