提交 a0c015b3 编写于 作者: S ShawnXuan

test

上级 897f9769
......@@ -80,18 +80,17 @@ jobs:
run: |
set -x
echo 'find-wheel-hit = ${{ needs.find-oss-wheel.outputs.find-wheel-hit }}'
echo 'find-wheel-hit = ${{ needs.find-wheel.outputs.find-wheel-hit }}'
- uses: actions/checkout@v2
if: ${{ needs.find-wheel.outputs.find-wheel-hit == 1 }}
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit == 1 }}
- name: Checkout Oneflow-Inc/oneflow
uses: actions/checkout@v2
if: ${{ needs.find-wheel.outputs.find-wheel-hit == 1 }}
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit == 1 }}
with:
repository: Oneflow-Inc/oneflow
ref: ${{ github.event.inputs.of_branch_or_commit }}
path: ${{ env.ONEFLOW_SRC }}
- uses: Oneflow-Inc/get-oneflow/cache-complete/matrix/build@2a9efceab8d45b725a687e73f870f9b75a15e472
if: ${{ needs.find-wheel.outputs.find-wheel-hit == 1 }}
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit != 1 }}
name: find cache
id: find-cache
with:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册