Skip to content

Commit c10c7cf

Browse files
committed
remove the bad check
1 parent 99a3101 commit c10c7cf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-and-test.yml

-10
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,6 @@ jobs:
219219
run: |
220220
make gotidy
221221
git diff --exit-code || (echo 'go.mod/go.sum deps changes detected, please run "make gotidy" and commit the changes in this PR.' && exit 1)
222-
- name: Gen genotelcontribcol
223-
run: |
224-
make genotelcontribcol
225-
git diff
226-
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genotelcontribcol" and commit the changes in this PR.' && exit 1)
227-
- name: Gen genoteltestbedcol
228-
run: |
229-
make genoteltestbedcol
230-
git diff
231-
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genoteltestbedcol" and commit the changes in this PR.' && exit 1)
232222
- name: Gen distributions
233223
run: |
234224
make gendistributions

0 commit comments

Comments
 (0)