Skip to content

Commit

Permalink
ci: add new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 28, 2024
1 parent 4d0e26f commit aa1decc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,26 @@ jobs:
network_name: berlin
network_version: v2

- cluster: cluster2
network_name: mainnet
network_version: v2
- cluster: cluster2
network_name: lisbon
network_version: v2
- cluster: cluster2
network_name: berlin
network_version: v2

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

steps:

- name: Checkout charts repo
Expand Down

0 comments on commit aa1decc

Please sign in to comment.