Skip to content

Commit

Permalink
ci: limit e2e tests to specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrugory authored and prometherion committed Sep 23, 2021
1 parent b5eb03e commit 7a66e8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a66e8e

Please sign in to comment.