Dont launch build job when pipeline is user-triggered

This commit is contained in:
Emmanuel 2022-11-15 15:51:56 +01:00
parent 79ec85fcd4
commit fffa699c3e

View file

@ -22,6 +22,9 @@ stages:
build: build:
stage: build stage: build
except:
- schedules
- web
before_script: before_script:
- npm ci - npm ci
script: script:
@ -31,6 +34,9 @@ build:
# test: # test:
# stage: test # stage: test
# except:
# - schedules
# - web
# before_script: # before_script:
# - npm ci # - npm ci
# script: # script: