From f55c9844d70475171d999edf85f96b26a8ed8fc7 Mon Sep 17 00:00:00 2001 From: minhanghuang Date: Tue, 30 Apr 2024 16:05:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(CI):=20=E5=85=B3=E9=97=ADPR=E6=97=B6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ubuntu-latest-v9.0.0-build.yaml | 3 +++ .github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml | 3 +++ .github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml | 3 +++ .github/workflows/ubuntu20-v9.0.0-build.yaml | 3 +++ .github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml | 3 +++ .github/workflows/ubuntu22-v9.0.0-build.yaml | 3 +++ 6 files changed, 18 insertions(+) diff --git a/.github/workflows/ubuntu-latest-v9.0.0-build.yaml b/.github/workflows/ubuntu-latest-v9.0.0-build.yaml index 8ae67ac..e9dcad9 100644 --- a/.github/workflows/ubuntu-latest-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu-latest-v9.0.0-build.yaml @@ -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 diff --git a/.github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml b/.github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml index 4028583..c489d22 100644 --- a/.github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml @@ -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 diff --git a/.github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml b/.github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml index febe0e5..0185e2b 100644 --- a/.github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu20-arrch64-v9.0.0-build.yaml @@ -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 diff --git a/.github/workflows/ubuntu20-v9.0.0-build.yaml b/.github/workflows/ubuntu20-v9.0.0-build.yaml index 1bceaf8..ec92a71 100644 --- a/.github/workflows/ubuntu20-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu20-v9.0.0-build.yaml @@ -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 diff --git a/.github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml b/.github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml index 72520ae..0b1d9b9 100644 --- a/.github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu22-arrch64-v9.0.0-build.yaml @@ -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 diff --git a/.github/workflows/ubuntu22-v9.0.0-build.yaml b/.github/workflows/ubuntu22-v9.0.0-build.yaml index 7e36422..19ae73b 100644 --- a/.github/workflows/ubuntu22-v9.0.0-build.yaml +++ b/.github/workflows/ubuntu22-v9.0.0-build.yaml @@ -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