Skip to content

Commit f4e0637

Browse files
authored
CI: fix typo in job's name
1 parent 6ce80fc commit f4e0637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/circleci-artifacts-redirector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [status]
44
jobs:
55
circleci_artifacts_redirector_job:
66
runs-on: ubuntu-latest
7-
if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
7+
if: "${{ github.event.context == 'ci/circleci: build-doc' }}"
88
permissions:
99
statuses: write
1010
name: Run CircleCI artifacts redirector

0 commit comments

Comments
 (0)