Skip to content

Commit

Permalink
chore: update ci targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Aug 3, 2024
1 parent 0911538 commit 25d93eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@ jobs:
max-parallel: 1
matrix:
include:
- cluster: prod-sng

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

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,14 @@ jobs:
max-parallel: 1
matrix:
include:
- cluster: prod-ams

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

Expand Down

0 comments on commit 25d93eb

Please sign in to comment.