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

Commit

Permalink
ci: removing linkage-monitor from the required checks (#1016)
Browse files Browse the repository at this point in the history
Source-Author: Tomo Suzuki <suztomo@google.com>
Source-Date: Wed Aug 25 13:18:10 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22
Source-Link: googleapis/synthtool@e2aa5bc
  • Loading branch information
yoshi-automation committed Aug 26, 2021
1 parent a18d51f commit 11d2847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Expand Up @@ -42,19 +42,6 @@ jobs:
java-version: ${{matrix.java}}
- run: java -version
- run: .kokoro/dependencies.sh
linkage-monitor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
- name: Install artifacts to local Maven repository
run: .kokoro/build.sh
shell: bash
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
lint:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "2bc914b2b8a6ae34354dea7ab8dc9513ea384b74"
"sha": "a18d51f050c551289e6784bced3d989ae0c1006c"
}
},
{
Expand All @@ -26,7 +26,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "63cff634aabb85854caa511c5837ea6b45f42b4b"
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
}
}
],
Expand Down

0 comments on commit 11d2847

Please sign in to comment.