Skip to content

Commit 32aafdd

Browse files
committed
Remove some of the conditional CI
1 parent f538e59 commit 32aafdd

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

.github/workflows/test_python.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'api/py/**'
9-
- '.github/workflows/test_python.yaml'
107
pull_request:
118
branches:
129
- main
13-
paths:
14-
- 'api/py/**'
15-
- '.github/workflows/test_python.yaml'
1610

1711
concurrency:
1812
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test_scala_no_spark.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'flink/**'
9-
- 'aggregator/**'
10-
- 'online/**'
11-
- 'api/**'
12-
- 'hub/**'
13-
- 'service/**'
14-
- 'service_commons/**'
15-
- 'orchestration/**'
16-
- 'cloud_gcp/**'
17-
- 'cloud_aws/**'
18-
- '.github/workflows/test_scala_no_spark.yaml'
19-
- 'build.sbt'
207
pull_request:
218
branches:
229
- main
23-
paths:
24-
- 'flink/**'
25-
- 'aggregator/**'
26-
- 'online/**'
27-
- 'api/**'
28-
- 'hub/**'
29-
- 'service/**'
30-
- 'service_commons/**'
31-
- 'orchestration/**'
32-
- 'cloud_gcp/**'
33-
- 'cloud_aws/**'
34-
- '.github/workflows/test_scala_no_spark.yaml'
35-
- 'build.sbt'
36-
3710

3811
concurrency:
3912
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test_scala_spark.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'spark/**'
9-
- '.github/workflows/test_scala_spark.yaml'
10-
- 'build.sbt'
117
pull_request:
128
branches:
139
- main
14-
paths:
15-
- 'spark/**'
16-
- '.github/workflows/test_scala_spark.yaml'
17-
- 'build.sbt'
1810

1911
concurrency:
2012
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)