Skip to content

Commit 0230f01

Browse files
committed
perf: publish tf plan on workflow_dispatch
1 parent e43fa3e commit 0230f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# Save plan to artifacts
7979
- name: Publish OpenTofu Plan
80-
if: ${{ github.event_name == 'push' }}
80+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: tfplan

0 commit comments

Comments
 (0)