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 05d9663 commit 1078dccCopy full SHA for 1078dcc
.github/workflows/circleci-redirector.yml
@@ -3,7 +3,7 @@ on: [status]
3
jobs:
4
circleci_artifacts_redirector_job:
5
runs-on: ubuntu-latest
6
- if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
+ if: "${{ github.event.context == 'ci/circleci: build_docs' }}"
7
name: Run CircleCI artifacts redirector
8
steps:
9
- name: GitHub Action step
0 commit comments