Skip to content

Commit

Permalink
For tests Ignore changes to the sec-scanner-config.
Browse files Browse the repository at this point in the history
We do not need to run tests in our code if we only bump the test scanner config.
  • Loading branch information
friedrichwilken committed Oct 24, 2023
1 parent 67159af commit e47ccb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-with-lifecycle-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

jobs:
e2e:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-without-lifecycle-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

jobs:
e2e:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-with-lifecycle-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

jobs:
e2e:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

permissions:
contents: read
Expand Down

0 comments on commit e47ccb3

Please sign in to comment.