Fix Receive PR workflow & rm unit-test pr trigger

This commit is contained in:
Max 2022-02-25 20:56:24 +08:00
parent 7c733b064d
commit 61af3a5389
2 changed files with 0 additions and 5 deletions

View file

@ -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

View file

@ -3,8 +3,6 @@ name: UnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
YAO_DEV: ${{ github.WORKSPACE }}