提交 fc47d1b0 编写于 作者: S ShawnXuan

test

上级 a0c015b3
......@@ -72,25 +72,22 @@ jobs:
find-build-cache:
name: "Find build wheel"
needs: [find-oss-wheel]
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit != 1 }}
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.find-cache.outputs.matrix }}
steps:
- name: test only
run: |
set -x
echo 'find-wheel-hit = ${{ needs.find-oss-wheel.outputs.find-wheel-hit }}'
- uses: actions/checkout@v2
if: ${{ needs.find-oss-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-oss-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-oss-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.
先完成此消息的编辑!
想要评论请 注册