From 5b5a568f2fbab32ef793a93966072959eccfa2e3 Mon Sep 17 00:00:00 2001 From: TC Date: Fri, 3 Nov 2023 01:48:07 +0000 Subject: [PATCH] Removed the manual trigger from tests -- YOLO --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e132a10..5319469a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ test_build: - *earthly_setup - earthly --use-inline-cache +unit-tests-linux --BASE=container $project_args resource_group: test - when: manual + # when: manual release_job: stage: release