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 f55c984
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-latest-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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:latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu20-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu22-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
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 f55c984

Please sign in to comment.