From 1078dcc3530a7f95fd77d19d115d46f39c2574bc Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 18 Apr 2023 13:54:56 +0200 Subject: Proper condition for redirector action --- .github/workflows/circleci-redirector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/circleci-redirector.yml b/.github/workflows/circleci-redirector.yml index b6e2ca4..f836443 100644 --- a/.github/workflows/circleci-redirector.yml +++ b/.github/workflows/circleci-redirector.yml @@ -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 -- cgit v1.2.3