Skip to content

Commit 05d9663

Browse files
committed
add if to circleci_redirector
1 parent c2b9e05 commit 05d9663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/circleci-redirector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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' }}"
67
name: Run CircleCI artifacts redirector
78
steps:
89
- name: GitHub Action step

0 commit comments

Comments
 (0)