Skip to content

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

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

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

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

Check failure on line 20 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI.yml" -> "./.github/workflows/Clone-linux.yml" : failed to fetch workflow: workflow was not found.
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}