ci: Make test manual

This commit is contained in:
Fam Zheng 2025-08-14 23:49:03 +01:00
parent c849686cb3
commit 7b4107e908

View File

@ -10,6 +10,7 @@ cache:
test:
stage: test-and-build
when: manual
except:
- main
tags:
@ -79,12 +80,3 @@ deploy-prod:
- make deploy-api-prod
cache: []
dependencies: []
deploy-roi-worker:
tags:
- emblem-s1
stage: deploy
when: manual
script:
- make deploy-roi-worker
cache: []