[CI] 新增调度流水线 CI 及sot流水线,调整clone及其他流水线为被调度模式 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Check failure on line 20 in .github/workflows/CI.yml GitHub Actions / .github/workflows/CI.ymlInvalid workflow file
|
||
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} |