mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update .gitea/workflows/ci-test.yaml' (#211) from fenix-admin into main
Some checks failed
IAC / hello (push) Failing after 1s
Some checks failed
IAC / hello (push) Failing after 1s
Reviewed-on: fenix-gitea-admin/iac-opentofu-private#211
This commit is contained in:
@ -22,7 +22,7 @@ jobs:
|
|||||||
if: "!contains(gitea.event.head_commit.message, '[deploy-opentofu]')"
|
if: "!contains(gitea.event.head_commit.message, '[deploy-opentofu]')"
|
||||||
run: |
|
run: |
|
||||||
echo "Commit não contém [deploy-opentofu], a pipeline será ignorada."
|
echo "Commit não contém [deploy-opentofu], a pipeline será ignorada."
|
||||||
exit 1
|
exit 0
|
||||||
|
|
||||||
- name: Executar deploy opentofu
|
- name: Executar deploy opentofu
|
||||||
run: echo "Commit contém [deploy-opentofu], a pipeline será executada."
|
run: echo "Commit contém [deploy-opentofu], a pipeline será executada."
|
||||||
|
|||||||
Reference in New Issue
Block a user