diff --git a/.github/workflows/circleci-artifacts-redirector.yml b/.github/workflows/circleci-artifacts-redirector.yml index aeba8f9..f510796 100644 --- a/.github/workflows/circleci-artifacts-redirector.yml +++ b/.github/workflows/circleci-artifacts-redirector.yml @@ -1,8 +1,12 @@ -name: Run CircleCI asrtifacts redirector for rendered HTML +name: Run CircleCI artifacts redirector for rendered HTML on: [status] + jobs: circleci_artifacts_redirector_job: runs-on: ubuntu-latest + if: "${{ github.event.context == 'ci/circleci: build_doc' }}" + permissions: + statuses: write name: Run CircleCI artifacts redirector steps: - name: GitHub Action step