Merge pull request #2 from shadyeip/ci/improve-workflows
ci: restrict acceptance tests to manual dispatch only
This commit is contained in:
15
.github/workflows/acctest.yml
vendored
15
.github/workflows/acctest.yml
vendored
@@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user