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."