File tree 3 files changed +0
-41
lines changed
3 files changed +0
-41
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- paths :
8
- - ' api/py/**'
9
- - ' .github/workflows/test_python.yaml'
10
7
pull_request :
11
8
branches :
12
9
- main
13
- paths :
14
- - ' api/py/**'
15
- - ' .github/workflows/test_python.yaml'
16
10
17
11
concurrency :
18
12
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- 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'
20
7
pull_request :
21
8
branches :
22
9
- 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
-
37
10
38
11
concurrency :
39
12
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- paths :
8
- - ' spark/**'
9
- - ' .github/workflows/test_scala_spark.yaml'
10
- - ' build.sbt'
11
7
pull_request :
12
8
branches :
13
9
- main
14
- paths :
15
- - ' spark/**'
16
- - ' .github/workflows/test_scala_spark.yaml'
17
- - ' build.sbt'
18
10
19
11
concurrency :
20
12
group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments