Skip to content

Commit

Permalink
Do no run integrationt ests when certain paths are the only changes
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joao.pereira@broadcom.com>
  • Loading branch information
joaopapereira committed Oct 3, 2024
1 parent acbd57f commit 1ffb3b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
- "doc/**"
- ".gitpod.yml"
- "README.md"
- ".github/**"
- ".grype.yaml"
- ".git*"
- ".golangci.json"
jobs:
get-sha:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ffb3b3

Please sign in to comment.