fix ubuntu runner label

This commit is contained in:
teddy931130 2025-01-15 19:46:36 +02:00
parent 8ae1b3fd2d
commit a500839144

View file

@ -28,7 +28,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:
- name: Checkout Code - name: Checkout Code