File tree Expand file tree Collapse file tree 13 files changed +217
-4
lines changed Expand file tree Collapse file tree 13 files changed +217
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: APM Capabilities
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/apm-capabilities.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: APM Integrations
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/apm-integrations.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: AppSec
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/appsec.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: Debugger
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/debugger.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: Lambda
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/lambda.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: LLMObs
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/llmobs.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: Platform
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/platform.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: Profiling
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/profiling.yml'
5
20
push :
6
21
branches : [master]
7
22
schedule :
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: Project
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/**'
5
20
push :
6
21
branches : [master]
7
22
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ name: System Tests
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ # Paths for whole project (should be same in all workflows)
7
+ - ' **'
8
+ - ' !.github/workflows/**'
9
+ - ' !.gitlab/**'
10
+ - ' !.vscode/**'
11
+ - ' !devdocs/**'
12
+ - ' !examples/**'
13
+ - ' !*.md'
14
+ - ' !.gitlab-ci.yml'
15
+ - ' !LICENSE*'
16
+ - ' LICENSE-3rdparty.csv'
17
+ - ' !NOTICE'
18
+ # Paths for this workflow only
19
+ - ' .github/workflows/system-tests.yml'
5
20
push :
6
21
branches : [master]
7
22
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments