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