Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CircleCI artifact redirector#258859

CircleCI artifact redirector

CircleCI artifact redirector #258859

Workflow file for this run

# To enable this workflow on a fork, comment out:
#
# if: github.repository == 'numpy/numpy'
name:CircleCI artifact redirector
on:[status]
permissions:read-all
jobs:
circleci_artifacts_redirector_job:
runs-on:ubuntu-latest
if:"github.repository == 'numpy/numpy' && !contains(github.event.head_commit.message, '[circle skip]') && !contains(github.event.head_commit.message, '[skip circle]') && github.event.context == 'ci/circleci: build'"
name:Run CircleCI artifacts redirector
permissions:
statuses:write
steps:
-name:GitHub Action step
uses:larsoner/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f# master
with:
repo-token:${{ secrets.GITHUB_TOKEN }}
api-token:${{ secrets.CIRCLE_TOKEN }}
artifact-path:0/doc/build/html/index.html
circleci-jobs:build

[8]ページ先頭

©2009-2025 Movatter.jp