add check to skip PRs with skip text
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 2m21s

This commit is contained in:
2025-11-19 16:40:59 +01:00
parent b599169868
commit 689bbec348

View File

@@ -11,6 +11,7 @@ jobs:
build-image:
name: Build Docker image
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, '[skip-ci]') }}
steps:
- name: Checkout repository