diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index c778bfb..ff084d4 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -78,7 +78,7 @@ jobs: max-parallel: 1 matrix: include: - - cluster: prod-ams + - cluster: cluster1 network_name: mainnet - cluster: cluster2 network_name: mainnet diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 541724f..835355f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,10 +97,10 @@ jobs: max-parallel: 1 matrix: include: +# - cluster: cluster1 +# network_name: mainnet - cluster: prod-sng network_name: mainnet -# - cluster: prod-ams -# network_name: mainnet steps: - name: Checkout charts repo