Skip to content

Commit 6c78a3a

Browse files
authored
chore(ci): removing linkage monitor from v4 branch (#1027)
1 parent 4b08c50 commit 6c78a3a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ jobs:
4646
java-version: ${{matrix.java}}
4747
- run: java -version
4848
- run: .kokoro/dependencies.sh
49-
linkage-monitor:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v2
53-
- uses: actions/setup-java@v1
54-
with:
55-
java-version: 8
56-
- run: java -version
57-
- name: Install artifacts to local Maven repository
58-
run: .kokoro/build.sh
59-
shell: bash
60-
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
61-
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
6249
lint:
6350
runs-on: ubuntu-latest
6451
steps:
@@ -80,4 +67,4 @@ jobs:
8067
- run: java -version
8168
- run: .kokoro/build.sh
8269
env:
83-
JOB_TYPE: clirr
70+
JOB_TYPE: clirr

0 commit comments

Comments
 (0)