Skip to content

Commit 8affbf4

Browse files
authored
revert(ci): drop workflow-level paths on required-check workflows (#11055)
1 parent 16798e2 commit 8affbf4

5 files changed

Lines changed: 0 additions & 54 deletions

File tree

.github/workflows/api-code-quality.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,10 @@ on:
55
branches:
66
- 'master'
77
- 'v5.*'
8-
paths:
9-
- 'api/**'
10-
- '.github/workflows/api-tests.yml'
11-
- '.github/workflows/api-code-quality.yml'
12-
- '.github/actions/setup-python-poetry/**'
138
pull_request:
149
branches:
1510
- 'master'
1611
- 'v5.*'
17-
paths:
18-
- 'api/**'
19-
- '.github/workflows/api-tests.yml'
20-
- '.github/workflows/api-code-quality.yml'
21-
- '.github/actions/setup-python-poetry/**'
2212

2313
concurrency:
2414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/api-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@ on:
55
branches:
66
- 'master'
77
- 'v5.*'
8-
paths:
9-
- 'api/**'
10-
- '.github/workflows/api-tests.yml'
11-
- '.github/actions/setup-python-poetry/**'
128
pull_request:
139
branches:
1410
- 'master'
1511
- 'v5.*'
16-
paths:
17-
- 'api/**'
18-
- '.github/workflows/api-tests.yml'
19-
- '.github/actions/setup-python-poetry/**'
2012

2113
concurrency:
2214
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/sdk-code-quality.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,10 @@ on:
55
branches:
66
- 'master'
77
- 'v5.*'
8-
paths:
9-
- 'prowler/**'
10-
- 'tests/**'
11-
- 'pyproject.toml'
12-
- 'poetry.lock'
13-
- '.github/workflows/sdk-tests.yml'
14-
- '.github/workflows/sdk-code-quality.yml'
15-
- '.github/actions/setup-python-poetry/**'
168
pull_request:
179
branches:
1810
- 'master'
1911
- 'v5.*'
20-
paths:
21-
- 'prowler/**'
22-
- 'tests/**'
23-
- 'pyproject.toml'
24-
- 'poetry.lock'
25-
- '.github/workflows/sdk-tests.yml'
26-
- '.github/workflows/sdk-code-quality.yml'
27-
- '.github/actions/setup-python-poetry/**'
2812

2913
concurrency:
3014
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/sdk-tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,10 @@ on:
55
branches:
66
- 'master'
77
- 'v5.*'
8-
paths:
9-
- 'prowler/**'
10-
- 'tests/**'
11-
- 'pyproject.toml'
12-
- 'poetry.lock'
13-
- '.github/workflows/sdk-tests.yml'
14-
- '.github/actions/setup-python-poetry/**'
158
pull_request:
169
branches:
1710
- 'master'
1811
- 'v5.*'
19-
paths:
20-
- 'prowler/**'
21-
- 'tests/**'
22-
- 'pyproject.toml'
23-
- 'poetry.lock'
24-
- '.github/workflows/sdk-tests.yml'
25-
- '.github/actions/setup-python-poetry/**'
2612

2713
concurrency:
2814
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ui-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ on:
55
branches:
66
- 'master'
77
- 'v5.*'
8-
paths:
9-
- 'ui/**'
10-
- '.github/workflows/ui-tests.yml'
118
pull_request:
129
branches:
1310
- 'master'
1411
- 'v5.*'
15-
paths:
16-
- 'ui/**'
17-
- '.github/workflows/ui-tests.yml'
1812

1913
concurrency:
2014
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)