fix: added condition to trigger manual workflow run
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Successful in 1m6s

This commit is contained in:
2026-05-28 00:59:12 +02:00
parent b3fb4038b4
commit 45961adc43
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
deploy: deploy:
name: Pulumi Deploy name: Pulumi Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'push' if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4