Skip to content

Commit e2aa5bc

Browse files
authored
ci: removing linkage-monitor from the required checks (#1190)
1 parent 63cff63 commit e2aa5bc

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ branchProtectionRules:
3131
requiredStatusCheckContexts:
3232
- "dependencies (8)"
3333
- "dependencies (11)"
34-
- "linkage-monitor"
3534
- "lint"
3635
- "clirr"
3736
- "units (8)"

synthtool/gcp/templates/java_library/.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:

0 commit comments

Comments
 (0)