temporarily comment merge condition

This commit is contained in:
teddy931130 2025-01-15 19:43:48 +02:00
parent c0b9aefb72
commit 8ae1b3fd2d

View file

@ -27,7 +27,7 @@ permissions:
jobs: jobs:
build-and-push: 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 runs-on: ubuntu:22.04
steps: steps: