Skip to content

Commit

Permalink
Run E2E tests only when go and yaml files are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
gfariasalves-ionos committed Jun 6, 2024
1 parent f3ea160 commit 45c24aa
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,39 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
- "tools/**"
- ".codespellignore"
- ".gitignore"
- ".golangci.yml"
- ".mockery.yaml"
- ".yamllint"
- "CODEOWNERS"
- "envfile.example"
- "LICENSE"
- ".yamlint"
- "PROJECT"
- "sonar-project.properties"
- "tilt-provider.json"
push:
branches:
- main
paths-ignore:
- "**.md"
- "tools/**"
- ".codespellignore"
- ".gitignore"
- ".golangci.yml"
- ".mockery.yaml"
- ".yamllint"
- "CODEOWNERS"
- "envfile.example"
- "LICENSE"
- ".yamlint"
- "PROJECT"
- "sonar-project.properties"
- "tilt-provider.json"
jobs:
e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45c24aa

Please sign in to comment.