fix: disable artifact upload in plan workflow
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 16s
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 16s
This commit is contained in:
@@ -81,8 +81,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Terraform Plan
|
# NOTE: Disabled artifact upload for now.
|
||||||
uses: actions/upload-artifact@v3
|
# On this Gitea/act runner, post-job hooks from artifact actions can
|
||||||
with:
|
# fail during "Complete job" even when all Terraform steps succeeded.
|
||||||
name: terraform-plan
|
# Re-enable once runner/action compatibility is confirmed.
|
||||||
path: terraform/tfplan
|
|
||||||
|
|||||||
Reference in New Issue
Block a user