Skip to content

Commit

Permalink
ci: change targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 8, 2025
1 parent ab93bfe commit 1d81949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ jobs:
matrix:
include:

- cluster: prod-ams
network_name: mainnet
network_version: v2
- cluster: prod-ams
network_name: lisbon
network_version: v2
- cluster: prod-ams
network_name: berlin
network_version: v2

- cluster: cluster2
network_name: mainnet
network_version: v2
Expand All @@ -91,13 +81,13 @@ jobs:
network_name: berlin
network_version: v2

- cluster: cluster1
- cluster: prod-sng
network_name: mainnet
network_version: v2
- cluster: cluster1
- cluster: prod-sng
network_name: lisbon
network_version: v2
- cluster: cluster1
- cluster: prod-sng
network_name: berlin
network_version: v2

Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,17 @@ jobs:
matrix:
include:

- cluster: prod-sng
- cluster: cluster1
network_name: mainnet
network_version: v2
- cluster: prod-sng
network_name: sejong
network_version: v2
- cluster: prod-sng
- cluster: cluster1
network_name: lisbon
network_version: v2
- cluster: prod-sng
- cluster: cluster1
network_name: berlin
network_version: v2


steps:

- name: Checkout charts repo
Expand Down

0 comments on commit 1d81949

Please sign in to comment.