Skip to content

Commit

Permalink
ci: removing linkage-monitor from the required checks (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Aug 25, 2021
1 parent 63cff63 commit e2aa5bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (8)"
Expand Down
13 changes: 0 additions & 13 deletions synthtool/gcp/templates/java_library/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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

0 comments on commit e2aa5bc

Please sign in to comment.