diff --git a/.github/circle-artifacts.yml b/.github/circle-artifacts.yml new file mode 100644 index 00000000000..d0cf3181d35 --- /dev/null +++ b/.github/circle-artifacts.yml @@ -0,0 +1,3 @@ +artifact-path: 0/html/sg_execution_times.html +circleci-jobs: build_docs,build_docs_main +job-title: Check the rendered docs here! diff --git a/.github/workflows/circle_artifacts.yml b/.github/workflows/circle_artifacts.yml deleted file mode 100644 index 7bce0a59688..00000000000 --- a/.github/workflows/circle_artifacts.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: [status] # yamllint disable-line rule:truthy -permissions: - contents: read - statuses: write -jobs: - circleci_artifacts_redirector_job: - if: "${{ startsWith(github.event.context, 'ci/circleci: build_docs') }}" - runs-on: ubuntu-latest - name: Run CircleCI artifacts redirector - steps: - - name: GitHub Action step - uses: scientific-python/circleci-artifacts-redirector-action@master - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - api-token: ${{ secrets.CIRCLECI_TOKEN }} - artifact-path: 0/html/sg_execution_times.html - circleci-jobs: build_docs,build_docs_main - job-title: Check the rendered docs here!