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:
12
.github/workflows/acctest.yml
vendored
12
.github/workflows/acctest.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user