From 78126fe98e43dfce59f9e082dd2d8ec7f9317660 Mon Sep 17 00:00:00 2001 From: Suchin Sapphasitthatha Date: Wed, 18 Dec 2024 08:44:06 +0000 Subject: [PATCH] modify CI for PROD --- .onedev-buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 4922bb2..c6742fb 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -130,7 +130,7 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !TagCreateTrigger - tags: uat-* + tags: prod-* branches: main retryCondition: never maxRetries: 3