refactor: only run the pages pipeline from scheduled pipeline
This commit is contained in:
parent
1f7a2972ec
commit
44695a7546
|
@ -16,6 +16,8 @@ test:
|
|||
|
||||
pages:
|
||||
stage: deploy
|
||||
only:
|
||||
- schedules
|
||||
script:
|
||||
- yarn build
|
||||
artifacts:
|
||||
|
|
Reference in New Issue