From 8ae1b3fd2da88605e1e0bb18855a82beb67f48c5 Mon Sep 17 00:00:00 2001 From: teddy931130 Date: Wed, 15 Jan 2025 19:43:48 +0200 Subject: [PATCH] temporarily comment merge condition --- .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 b5d26ae04a..892e5525fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ permissions: jobs: build-and-push: - if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build') + # if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build') runs-on: ubuntu:22.04 steps: