Skip to content

[CI] Add CI-test to test #4564

[CI] Add CI-test to test

[CI] Add CI-test to test #4564

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 }}
jobs:
clone:
name: Clone-linux
uses: ./.github/workflows/_Clone-linux.yml
with:
pr_dir: PR
sot:
name: PR-CI-SOT
uses: ./.github/workflows/_SOT.yml
with:
pr_dir: PR
needs: clone
inference:
name: PR-CI-Inference
uses: ./.github/workflows/_Inference.yml
with:
pr_dir: PR
needs: clone