Skip to content

[CI] add py3 sot ci yaml #29

[CI] add py3 sot ci yaml

[CI] add py3 sot ci yaml #29

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 }}
# PR_REF: ${{ github.event.pull_request.head.ref }}
jobs:
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}