Skip to content

Commit 1078dcc

Browse files
authored
Proper condition for redirector action
1 parent 05d9663 commit 1078dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/circleci-redirector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [status]
33
jobs:
44
circleci_artifacts_redirector_job:
55
runs-on: ubuntu-latest
6-
if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
6+
if: "${{ github.event.context == 'ci/circleci: build_docs' }}"
77
name: Run CircleCI artifacts redirector
88
steps:
99
- name: GitHub Action step

0 commit comments

Comments
 (0)