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 02dee26 commit 5637985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ jobs:
max-parallel: 1
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 @@ -121,13 +111,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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ jobs:
max-parallel: 1
matrix:
include:
- cluster: prod-sng
- cluster: cluster1
network_name: mainnet
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

Expand Down

0 comments on commit 5637985

Please sign in to comment.