Skip to content

[CI] 新增调度流水线 CI 及sot、py3流水线,调整clone及其他流水线为被调度模式 #165

[CI] 新增调度流水线 CI 及sot、py3流水线,调整clone及其他流水线为被调度模式

[CI] 新增调度流水线 CI 及sot、py3流水线,调整clone及其他流水线为被调度模式 #165

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}
cancel-in-progress: true
env:
PR_ID: ${{ github.event.pull_request.number }}
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
# PR_REF: ${{ github.event.pull_request.head.ref }}
jobs:
Clone:
uses: ./.github/workflows/_Clone-linux.yml
SOT:
uses: ./.github/workflows/_SOT.yml
needs: Clone
# Py3:
# uses: ./.github/workflows/_Py3.yml
# needs: Clone