File tree Expand file tree Collapse file tree 10 files changed +215
-215
lines changed Expand file tree Collapse file tree 10 files changed +215
-215
lines changed Original file line number Diff line number Diff line change 1
1
name : Bazel Tests
2
2
3
- on :
4
- workflow_call :
5
- inputs :
6
- safe-checkout :
7
- required : true
8
- description : " The SHA key for the commit we want to run over"
9
- type : string
3
+ on : []
4
+ # workflow_call:
5
+ # inputs:
6
+ # safe-checkout:
7
+ # required: true
8
+ # description: "The SHA key for the commit we want to run over"
9
+ # type: string
10
10
11
11
permissions :
12
12
contents : read
Original file line number Diff line number Diff line change 1
1
name : C++ Tests
2
2
3
- on :
4
- workflow_call :
5
- inputs :
6
- safe-checkout :
7
- required : true
8
- description : " The SHA key for the commit we want to run over"
9
- type : string
3
+ on : []
4
+ # workflow_call:
5
+ # inputs:
6
+ # safe-checkout:
7
+ # required: true
8
+ # description: "The SHA key for the commit we want to run over"
9
+ # type: string
10
10
11
11
permissions :
12
12
contents : read
@@ -471,7 +471,7 @@ jobs:
471
471
uses : protocolbuffers/protobuf-ci/bash@v3
472
472
with :
473
473
credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
474
- command : cmake . ${{ matrix.flags }} ${{ env.SCCACHE_CMAKE_FLAGS }} -Dprotobuf_ALLOW_CCACHE=ON
474
+ command : cmake . ${{ matrix.flags }} ${{ env.SCCACHE_CMAKE_FLAGS }} -Dprotobuf_ALLOW_CCACHE=ON
475
475
476
476
- name : Build
477
477
shell : bash
Original file line number Diff line number Diff line change 1
1
name : C# Tests
2
2
3
- on :
4
- workflow_call :
5
- inputs :
6
- safe-checkout :
7
- required : true
8
- description : " The SHA key for the commit we want to run over"
9
- type : string
3
+ on : []
4
+ # workflow_call:
5
+ # inputs:
6
+ # safe-checkout:
7
+ # required: true
8
+ # description: "The SHA key for the commit we want to run over"
9
+ # type: string
10
10
11
11
permissions :
12
12
contents : read
Original file line number Diff line number Diff line change 1
1
name : Java Tests
2
2
3
- on :
4
- workflow_call :
5
- inputs :
6
- safe-checkout :
7
- required : true
8
- description : " The SHA key for the commit we want to run over"
9
- type : string
3
+ on : []
4
+ # workflow_call:
5
+ # inputs:
6
+ # safe-checkout:
7
+ # required: true
8
+ # description: "The SHA key for the commit we want to run over"
9
+ # type: string
10
10
11
11
permissions :
12
12
contents : read
69
69
# # TODO: b/318555165 - enable the layering check. Currently it does
70
70
# # not work correctly with the toolchain in this Docker image.
71
71
# bazel: test --test_output=all //java:linkage_monitor --spawn_strategy=standalone --features=-layering_check
72
-
72
+
73
73
protobuf-bom :
74
74
name : Protobuf Maven BOM
75
75
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name : Objective-C Tests
2
2
3
- on :
4
- workflow_call :
5
- inputs :
6
- safe-checkout :
7
- required : true
8
- description : " The SHA key for the commit we want to run over"
9
- type : string
3
+ on : []
4
+ # workflow_call:
5
+ # inputs:
6
+ # safe-checkout:
7
+ # required: true
8
+ # description: "The SHA key for the commit we want to run over"
9
+ # type: string
10
10
11
11
permissions :
12
12
contents : read
You can’t perform that action at this time.
0 commit comments