Skip to content

Commit

Permalink
Disable workspaces that are not yet ready for release check
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Aug 11, 2023
1 parent fcdd50f commit 759d79b
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/simulate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
workspace:
[
workspace: [
"@synthetixio/main",
"@synthetixio/oracle-manager",
"@synthetixio/governance",
"@synthetixio/legacy-market",
# "@synthetixio/governance", TODO: enable after deployed
# "@synthetixio/legacy-market", TODO: enable after v2x is updated
"@synthetixio/spot-market",
"@synthetixio/perps-market",
# "@synthetixio/perps-market", TODO: enable after deployed
]
include:
- workspace: "@synthetixio/main"
Expand All @@ -39,29 +38,29 @@ jobs:
proxy: "InitialProxy"
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

- workspace: "@synthetixio/governance"
cannonPackage: "oracle-manager"
impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
proxy: "InitialProxy"
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"
# - workspace: "@synthetixio/governance"
# cannonPackage: "governance"
# impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
# proxy: "InitialProxy"
# chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

- workspace: "@synthetixio/legacy-market"
cannonPackage: "synthetix-legacy-market"
impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
proxy: "InitialProxy"
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"
# - workspace: "@synthetixio/legacy-market"
# cannonPackage: "synthetix-legacy-market"
# impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
# proxy: "InitialProxy"
# chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

- workspace: "@synthetixio/spot-market"
cannonPackage: "synthetix-spot-market"
impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
proxy: "InitialProxy"
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

- workspace: "@synthetixio/perps-market"
cannonPackage: "synthetix-perps-market"
impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
proxy: "InitialProxy"
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"
# - workspace: "@synthetixio/perps-market"
# cannonPackage: "synthetix-perps-market"
# impersonate: "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
# proxy: "InitialProxy"
# chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

steps:
- name: Install Foundry (Cannon)
Expand Down

0 comments on commit 759d79b

Please sign in to comment.