Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb8d45e

Browse files
authored
MNT Reduces the number of runs for circleci redirector job (#25426)
1 parent 5f70c44 commit eb8d45e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/artifact-redirector.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
name: CircleCI artifacts redirector
12
on: [status]
23
jobs:
34
circleci_artifacts_redirector_job:
45
runs-on: ubuntu-latest
6+
# For testing this action on a fork, remove the "github.repository =="" condition.
7+
if: "github.repository == 'scikit-learn/scikit-learn' && github.event.context == 'ci/circleci: doc'"
58
name: Run CircleCI artifacts redirector
69
steps:
710
- name: GitHub Action step

0 commit comments

Comments
 (0)