Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d498a70

Browse files
ci: configure the protected branch (#2780)
* ci: configure the protected branch * chore: generate libraries at Mon Feb 9 21:09:18 UTC 2026 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent 52d5ffe commit d498a70

1 file changed

Lines changed: 19 additions & 34 deletions

File tree

.github/workflows/conformance.yaml

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,26 @@
1-
# Copyright 2023 Google LLC
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
# Github action job to test core java library features on
15-
# downstream client libraries before they are released.
16-
on:
1+
'on':
172
push:
183
branches:
19-
- main
20-
pull_request:
4+
- 2.72.x
5+
pull_request: null
216
name: conformance
227
jobs:
238
conformance:
249
runs-on: ubuntu-latest
2510
steps:
26-
- uses: actions/checkout@v4
27-
- uses: actions/checkout@v4
28-
with:
29-
repository: googleapis/cloud-bigtable-clients-test
30-
ref: main
31-
path: cloud-bigtable-clients-test
32-
- uses: actions/setup-java@v4
33-
with:
34-
distribution: zulu
35-
java-version: 8
36-
- uses: actions/setup-go@v5
37-
with:
38-
go-version: '>=1.20.2'
39-
- run: java -version
40-
- run: go version
41-
- run: .kokoro/conformance.sh
11+
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v4
13+
with:
14+
repository: googleapis/cloud-bigtable-clients-test
15+
ref: main
16+
path: cloud-bigtable-clients-test
17+
- uses: actions/setup-java@v4
18+
with:
19+
distribution: zulu
20+
java-version: 8
21+
- uses: actions/setup-go@v5
22+
with:
23+
go-version: '>=1.20.2'
24+
- run: java -version
25+
- run: go version
26+
- run: .kokoro/conformance.sh

0 commit comments

Comments
 (0)