Skip to content

Commit

Permalink
excl
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 20, 2023
1 parent 4fdcea4 commit 93c2235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
{
"network": ["pubnet", "local"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
]
}
arm64:
Expand All @@ -64,6 +67,9 @@ jobs:
{
"network": ["pubnet", "local"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
]
}
manifest:
Expand Down

0 comments on commit 93c2235

Please sign in to comment.