Edit .gitlab-ci.yml

This commit is contained in:
hanif salafi 2025-09-23 08:26:15 +00:00
parent 9f9a4cc5b8
commit 14e6c5e6ba
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ stages:
build-dev: build-dev:
stage: build stage: build
tags: tags:
- shared-runner - shared
when: on_success when: on_success
only: only:
- main - main
@ -22,7 +22,7 @@ build-dev:
auto-deploy: auto-deploy:
stage: deploy stage: deploy
tags: tags:
- shared-runner - shared
when: on_success when: on_success
only: only:
- main - main