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 6ce80fc commit f4e0637Copy full SHA for f4e0637
.github/workflows/circleci-artifacts-redirector.yml
@@ -4,7 +4,7 @@ on: [status]
4
jobs:
5
circleci_artifacts_redirector_job:
6
runs-on: ubuntu-latest
7
- if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
+ if: "${{ github.event.context == 'ci/circleci: build-doc' }}"
8
permissions:
9
statuses: write
10
name: Run CircleCI artifacts redirector
0 commit comments