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