Skip to content

Commit

Permalink
CI: Use correct action name
Browse files Browse the repository at this point in the history
Apologies for the noise
  • Loading branch information
effigies authored Oct 17, 2022
1 parent c9683c5 commit 669ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redirect_circleci_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [status]

jobs:
circleci_artifacts_redirector_job:
if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs') }}"
if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs_pdf') }}"
runs-on: ubuntu-latest
name: Run CircleCI artifacts redirector
steps:
Expand Down

0 comments on commit 669ab32

Please sign in to comment.