From fb2d9762d8808d8e8bd86203e54181dbea73ce8d Mon Sep 17 00:00:00 2001 From: Adam Nadrowski Date: Mon, 9 Feb 2026 12:34:52 -0500 Subject: [PATCH] ci: remove PR trigger from acceptance tests Acceptance tests require a running UniFi controller and are too heavyweight to run on every PR. They still run on push to main, daily schedule, and manual workflow_dispatch. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/acctest.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/acctest.yml b/.github/workflows/acctest.yml index 8f3cec3..4478e7c 100644 --- a/.github/workflows/acctest.yml +++ b/.github/workflows/acctest.yml @@ -1,17 +1,5 @@ name: Acceptance Tests on: - pull_request: - branches: - - "*" -# paths: -# - "internal/**" -# - "scripts/**" -# - "tools/**" -# - "main.go" -# - "docker-compose.yaml" -# - ".github/workflows/acctest.yml" -# - "Makefile" -# - "go.mod" push: branches: - "main"