summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2023-04-18 13:54:56 +0200
committerGitHub <noreply@github.com>2023-04-18 13:54:56 +0200
commit1078dcc3530a7f95fd77d19d115d46f39c2574bc (patch)
tree2d88139c963f191c4649542a48a12acefd6b4b5f
parent05d9663756f5fec55014196a3cf071ff3fec5b4d (diff)
Proper condition for redirector action
-rw-r--r--.github/workflows/circleci-redirector.yml2
1 files changed, 1 insertions, 1 deletions
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