fix: remove pull_request trigger from integration tests workflow

This commit is contained in:
Clint Branham
2026-03-24 08:39:16 -05:00
parent b4754c72a0
commit 6a1253c37b
+4 -3
View File
@@ -25,9 +25,10 @@ name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
# NOTE: pull_request trigger intentionally removed. Integration tests
# run on a self-hosted runner with access to secrets and a live PVE
# node. Fork PRs must not execute code on that runner. Integration
# tests run automatically on push to main after merge.
workflow_dispatch:
inputs:
skip_provision: