From 6a1253c37bd4b9f38a356c396bb7739d6207d2b9 Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Tue, 24 Mar 2026 08:39:16 -0500 Subject: [PATCH] fix: remove pull_request trigger from integration tests workflow --- .github/workflows/integration-tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d4df535..5e1ac32 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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: