提交 4da6c124 编写于 作者: S ShawnXuan

test

上级 775a2636
......@@ -75,16 +75,16 @@ jobs:
matrix: ${{ steps.find-cache.outputs.matrix }}
steps:
- uses: actions/checkout@v2
if: ${{ fromJSON(needs.find-wheel.outputs.find-wheel-hit) == 1 }}
if: ${{ needs.find-wheel.outputs.find-wheel-hit == 1 }}
- name: Checkout Oneflow-Inc/oneflow
uses: actions/checkout@v2
if: ${{ fromJSON(needs.find-wheel.outputs.find-wheel-hit) == 1 }}
if: ${{ needs.find-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: ${{ fromJSON(needs.find-wheel.outputs.find-wheel-hit) == 1 }}
if: ${{ needs.find-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.
先完成此消息的编辑!
想要评论请 注册