We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a3101 commit c10c7cfCopy full SHA for c10c7cf
.github/workflows/build-and-test.yml
@@ -219,16 +219,6 @@ jobs:
219
run: |
220
make gotidy
221
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
229
- make genoteltestbedcol
230
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)
232
- name: Gen distributions
233
234
make gendistributions
0 commit comments