Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 7d51225

Browse files
ci: removing linkage-monitor from the required checks (#649)
Source-Author: Tomo Suzuki <[email protected]> Source-Date: Wed Aug 25 13:18:10 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22 Source-Link: googleapis/synthtool@e2aa5bc
1 parent 521f275 commit 7d51225

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ jobs:
4242
java-version: ${{matrix.java}}
4343
- run: java -version
4444
- run: .kokoro/dependencies.sh
45-
linkage-monitor:
46-
runs-on: ubuntu-latest
47-
steps:
48-
- uses: actions/checkout@v2
49-
- uses: actions/setup-java@v1
50-
with:
51-
java-version: 8
52-
- run: java -version
53-
- name: Install artifacts to local Maven repository
54-
run: .kokoro/build.sh
55-
shell: bash
56-
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57-
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
5845
lint:
5946
runs-on: ubuntu-latest
6047
steps:

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-vision.git",
7-
"sha": "677a6ac976f79e8da2492be9057b2895c8b93768"
7+
"sha": "a7690c5144bb1fe37fd862857d02d3f2c8ec1475"
88
}
99
},
1010
{
@@ -51,7 +51,7 @@
5151
"git": {
5252
"name": "synthtool",
5353
"remote": "https://github.com/googleapis/synthtool.git",
54-
"sha": "63cff634aabb85854caa511c5837ea6b45f42b4b"
54+
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
5555
}
5656
}
5757
],

0 commit comments

Comments
 (0)