Skip to content

Commit

Permalink
Proper condition for redirector action
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary authored Apr 18, 2023
1 parent 05d9663 commit 1078dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/circleci-redirector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
if: "${{ github.event.context == 'ci/circleci: build_docs' }}"
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
Expand Down

0 comments on commit 1078dcc

Please sign in to comment.