Skip to content

Commit c30866f

Browse files
committed
removes bazel-cache for php, only runs conformance tests for php
1 parent 9d1117f commit c30866f

File tree

10 files changed

+215
-215
lines changed

10 files changed

+215
-215
lines changed

.github/workflows/test_bazel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Bazel Tests
22

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
1010

1111
permissions:
1212
contents: read

.github/workflows/test_cpp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: C++ Tests
22

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
1010

1111
permissions:
1212
contents: read
@@ -471,7 +471,7 @@ jobs:
471471
uses: protocolbuffers/protobuf-ci/bash@v3
472472
with:
473473
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
475475

476476
- name: Build
477477
shell: bash

.github/workflows/test_csharp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: C# Tests
22

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
1010

1111
permissions:
1212
contents: read

.github/workflows/test_java.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Java Tests
22

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
1010

1111
permissions:
1212
contents: read
@@ -69,7 +69,7 @@ jobs:
6969
# # TODO: b/318555165 - enable the layering check. Currently it does
7070
# # not work correctly with the toolchain in this Docker image.
7171
# bazel: test --test_output=all //java:linkage_monitor --spawn_strategy=standalone --features=-layering_check
72-
72+
7373
protobuf-bom:
7474
name: Protobuf Maven BOM
7575
runs-on: ubuntu-latest

.github/workflows/test_objectivec.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Objective-C Tests
22

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
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)