mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 15:43:28 +01:00
KASM-5761 fix failing pipeline on MRs
This commit is contained in:
parent
bb2d903113
commit
3f28ee9d3d
@ -17,7 +17,7 @@ variables:
|
||||
workflow:
|
||||
rules:
|
||||
# Disable tag builds.
|
||||
- if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME
|
||||
- if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME && $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
stages:
|
||||
- www
|
||||
|
Loading…
Reference in New Issue
Block a user