Skip to content

Commit

Permalink
action: do not verify fusion bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed Aug 25, 2023
1 parent d1100db commit cafdc51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ocs-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,9 @@ jobs:
- name: Verify ocs csv changes
run: make verify-latest-csv

- name: Verify ics csv changes
run: FUSION=true make verify-latest-csv

- name: Verify ocs bundle changes
run: make verify-operator-bundle

- name: Verify ics bundle changes
run: FUSION=true make verify-operator-bundle

- name: Verify deployment YAML
run: make verify-latest-deploy-yaml

Expand Down

0 comments on commit cafdc51

Please sign in to comment.