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 64835f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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 @@ -40,7 +39,7 @@ jobs:
chains: "mainnet optimistic-mainnet goerli optimistic-goerli"

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

0 comments on commit 64835f0

Please sign in to comment.