update pipeline tag

This commit is contained in:
root
2026-06-04 17:56:04 -04:00
parent 6e3f2eae5d
commit ae52b9c52e
+10
View File
@@ -1,11 +1,21 @@
# GitLab CI for Laravel 12
# Save this file as: .gitlab-ci.yml
default:
tags:
- runner1
workflow:
rules:
- if: '$CI_COMMIT_MESSAGE =~ /(\[ci skip\]|\[skip ci\])/i'
when: never
- if: '$CI_PIPELINE_SOURCE == "push"'
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always
- if: '$CI_COMMIT_TAG'
when: always
- when: always
stages:
- validate