mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +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:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
# Disable tag builds.
|
# 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:
|
stages:
|
||||||
- www
|
- www
|
||||||
|
Loading…
Reference in New Issue
Block a user