Skip to content

Commit 45c17c4

Browse files
authored
don't run hubtests on collection changes to avoid trigger for appsec rules (#1633)
1 parent 68aaca7 commit 45c17c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_configurations.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
pull_request:
44
branches: [ master ]
55
paths:
6-
- 'collections/**.yaml'
7-
- 'collections/**.yml'
86
- 'contexts/**.yaml'
97
- 'contexts/**.yml'
108
- 'parsers/**.yaml'
@@ -20,8 +18,6 @@ on:
2018
push:
2119
branches: [ master ]
2220
paths:
23-
- 'collections/**.yaml'
24-
- 'collections/**.yml'
2521
- 'contexts/**.yaml'
2622
- 'contexts/**.yml'
2723
- 'parsers/**.yaml'

0 commit comments

Comments
 (0)