Skip to content

Commit

Permalink
chore(CI): 关闭PR时触发
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Apr 30, 2024
1 parent 1d93c95 commit ef7edaa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v9.0.0

jobs:
build-amd-ubuntu22:
build-amd-ubuntu-latest:
runs-on: ubuntu-latest
container:
image: docker://ubuntu:latest
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: ubuntu18.04 v9.0.0 build arrch64
run-name: CyberRT v9.0.0 build runner on ubuntu18 arrch64🚀

on:
push:
paths:
- '.github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0
types:
- closed

jobs:
build-arm-ubuntu18:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: ubuntu20.04 v9.0.0 build arrch64
run-name: CyberRT v9.0.0 build runner on ubuntu20 arrch64 🚀

on:
push:
paths:
- '.github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0
types:
- closed

jobs:
build-arm-ubuntu20:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu20-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: ubuntu20.04 v9.0.0 build x86-64
run-name: CyberRT v9.0.0 build runner on ubuntu20 x86-64🚀

on:
push:
paths:
- '.github/workflows/ubuntu20-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0
types:
- closed

jobs:
build-amd-ubuntu20:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
container:
image: docker://ubuntu:20.04
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: ubuntu22.04 v9.0.0 build arrch64
run-name: CyberRT v9.0.0 build runner on ubuntu22 arrch64🚀

on:
push:
paths:
- '.github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0
types:
- closed

jobs:
build-arm-ubuntu22:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ubuntu22-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: ubuntu22.04 v9.0.0 build x86-64
run-name: CyberRT v9.0.0 build runner on ubuntu22 x86-64🚀

on:
push:
paths:
- '.github/workflows/ubuntu22-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0
types:
- closed

jobs:
build-amd-ubuntu22:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
container:
image: docker://ubuntu:22.04
Expand Down

0 comments on commit ef7edaa

Please sign in to comment.