commit
99ff4b1600
2 changed files with 3 additions and 2 deletions
3
.github/workflows/pr-receive.yml
vendored
3
.github/workflows/pr-receive.yml
vendored
|
|
@ -10,13 +10,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Save PR number
|
- name: Save PR number
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./pr
|
mkdir -p ./pr
|
||||||
echo ${{ github.event.number }} > ./pr/NR
|
echo ${{ github.event.number }} > ./pr/NR
|
||||||
echo ${{ github.event.pull_request.head.sha }} > ./pr/SHA
|
echo ${{ github.event.pull_request.head.sha }} > ./pr/SHA
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: pr
|
name: pr
|
||||||
|
|
|
||||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
description: "Version"
|
description: "Version"
|
||||||
push:
|
push:
|
||||||
branches: [v0.10.3-dev]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
YAO_DEV: ${{ github.WORKSPACE }}
|
YAO_DEV: ${{ github.WORKSPACE }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue