Fix Receive PR workflow & rm unit-test pr trigger
This commit is contained in:
parent
7c733b064d
commit
61af3a5389
2 changed files with 0 additions and 5 deletions
3
.github/workflows/pr-receive.yml
vendored
3
.github/workflows/pr-receive.yml
vendored
|
|
@ -12,9 +12,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build
|
||||
run: /bin/bash ./build.sh
|
||||
|
||||
- name: Save PR number
|
||||
run: |
|
||||
mkdir -p ./pr
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -3,8 +3,6 @@ name: UnitTest
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
YAO_DEV: ${{ github.WORKSPACE }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue