From ab48730a548480c0f31ce66caf04778a0a6d7725 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 1 Sep 2025 16:46:14 +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 bdc45b9..7ea1bb1 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 1 + exit 0 - name: Executar deploy opentofu run: echo "Commit contém [deploy-opentofu], a pipeline será executada."