ci: limit e2e tests to specific paths

This commit is contained in:
Gonzalo Gabriel Jiménez Fuentes
2021-09-23 15:33:29 +02:00
committed by Dario Tranchitella
parent b5eb03ea76
commit 7a66e8ea93

View File

@@ -3,8 +3,26 @@ name: e2e
on:
push:
branches: [ "*" ]
paths:
- '.github/workflows/e2e.yml'
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
pull_request:
branches: [ "*" ]
paths:
- '.github/workflows/e2e.yml'
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
jobs:
kind: