Update .gitlab-ci.yml file

This commit is contained in:
2025-04-28 13:34:15 +02:00
parent 170ae431a1
commit 35a7402bad

View File

@ -5,6 +5,4 @@ build_job:
stage: build
script:
- echo "Running build pipeline"
rules:
- if: '$CI_COMMIT_MESSAGE == "build"'
when: always