update pipeline tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user