Skip to content

Commit 5bbaf61

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Remove code generation verify workflow
1 parent f5bc3c1 commit 5bbaf61

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/verify_generated_files.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ on:
1515
- '**go.mod'
1616
- '**go.sum'
1717
jobs:
18-
verify-generated-functions:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v3
22-
- name: Set Go
23-
uses: actions/setup-go@v3
24-
with:
25-
go-version: v1.19
26-
- name: Verify that the DeepCopy, DeepCopyInto, and DeepCopyObject method implementations have been generated
27-
run: make generate && git diff --exit-code
28-
2918
verify-imports:
3019
runs-on: ubuntu-latest
3120
steps:

0 commit comments

Comments
 (0)