Skip to content

Commit e76a32b

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Remove verify-manifests PR check
1 parent 03a194c commit e76a32b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/verify_generated_files.yml

-11
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,3 @@ jobs:
2525
go-version: v1.19
2626
- name: Verify that imports are organized
2727
run: make verify-imports
28-
29-
verify-manifests:
30-
runs-on: ubuntu-latest
31-
steps:
32-
- uses: actions/checkout@v3
33-
- name: Set Go
34-
uses: actions/setup-go@v3
35-
with:
36-
go-version: v1.19
37-
- name: Verify that the latest WebhookConfigurations, ClusterRoles, and CustomResourceDefinitions have been generated
38-
run: make manifests && git diff --exit-code

0 commit comments

Comments
 (0)