Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f70c44 commit eb8d45eCopy full SHA for eb8d45e
.github/workflows/artifact-redirector.yml
@@ -1,7 +1,10 @@
1
+name: CircleCI artifacts redirector
2
on: [status]
3
jobs:
4
circleci_artifacts_redirector_job:
5
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'"
8
name: Run CircleCI artifacts redirector
9
steps:
10
- name: GitHub Action step
0 commit comments