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 <noreply@anthropic.com>
This commit is contained in:
Adam Nadrowski
2026-02-09 12:34:52 -05:00
parent ff67359ba4
commit fb2d9762d8

View File

@@ -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"