From f55b0d07b0e2d161ba74d1374774b39983b96e27 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 1 Sep 2025 16:48:52 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 7ea1bb1..bdc45b9 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -22,7 +22,7 @@ jobs: if: "!contains(gitea.event.head_commit.message, '[deploy-opentofu]')" run: | echo "Commit não contém [deploy-opentofu], a pipeline será ignorada." - exit 0 + exit 1 - name: Executar deploy opentofu run: echo "Commit contém [deploy-opentofu], a pipeline será executada."