mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Tweaks
This commit is contained in:
parent
4ea0918cee
commit
ca3dfe869c
@ -46,8 +46,10 @@ variables:
|
||||
#Link and Install all required dependencies
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
|
||||
when: never
|
||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||
|
||||
install:
|
||||
image: node:20-alpine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user