Skip to content

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

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

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

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
env:
PR_ID: ${{ github.event.pull_request.number }}
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
jobs:
n:
runs-on: ubuntu-latest
steps:
- name: ss
run: |
echo "hh"
Clone:
uses: ./.github/workflows/_Clone-linux.yml
with:
PR_ID: ${PR_ID}
COMMIT_ID: ${COMMIT_ID}
# SOT:
# uses: ./.github/workflows/_SOT.yml
# needs: Clone
# with:
# PR_ID: ${PR_ID}
# COMMIT_ID: ${COMMIT_ID}