ci: restrict acceptance tests to manual dispatch only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adam Nadrowski
2026-02-09 12:42:01 -05:00
parent fb2d9762d8
commit 32510c0a75

View File

@@ -1,20 +1,5 @@
name: Acceptance Tests name: Acceptance Tests
on: on:
push:
branches:
- "main"
tags:
- "v*"
paths:
- "internal/**"
- "scripts/**"
- "tools/**"
- "main.go"
- "docker-compose.yaml"
- ".github/workflows/acctest.yml"
- "Makefile"
schedule:
- cron: "0 13 * * *"
workflow_dispatch: workflow_dispatch: