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