mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update .gitea/workflows/ci-test.yaml
This commit is contained in:
@ -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."
|
||||
|
||||
Reference in New Issue
Block a user