From c65dbb588507e1481b032f678943bc5ecc357b69 Mon Sep 17 00:00:00 2001 From: teddy931130 Date: Wed, 15 Jan 2025 19:34:24 +0200 Subject: [PATCH] add condition for label 'CI:Build' --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807328b1d2..a702798730 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ permissions: jobs: build-and-push: - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build') runs-on: ubuntu:22.04 steps: