Skip to content

Commit

Permalink
DO-2817 Change default chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
jantomgid authored and ctomc committed Mar 28, 2024
1 parent f4c639c commit 1770a54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
matrix:
package: [
iris-manager,
iris-router,
iris-subscription
manager,
router,
subscription
]
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
package: [
iris-manager,
iris-router,
iris-subscription
manager,
router,
subscription
]
steps:
- name: Checkout
Expand Down

0 comments on commit 1770a54

Please sign in to comment.