Merge pull request #2 from shadyeip/ci/improve-workflows

ci: restrict acceptance tests to manual dispatch only
This commit is contained in:
Adam Nadrowski
2026-02-09 12:43:56 -05:00
committed by GitHub

View File

@@ -1,20 +1,5 @@
name: Acceptance Tests
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: