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:
stage: build
except:
- schedules
- web
before_script:
- npm ci
script:
@ -31,6 +34,9 @@ build:
# test:
# stage: test
# except:
# - schedules
# - web
# before_script:
# - npm ci
# script: