mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 15:43:28 +01:00
Merge branch 'bugfix/KASM-5761_fix_failed_pipeline' into 'master'
Resolve KASM-5761 "Bugfix/ fix failed pipeline" Closes KASM-5761 See merge request kasm-technologies/internal/KasmVNC!131
This commit is contained in:
commit
b8763c5afd
@ -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