Skip to content

Commit

Permalink
sync to main
Browse files Browse the repository at this point in the history
  • Loading branch information
oxade committed Jul 26, 2022
2 parents 3202f3a + 88940ee commit a21b2aa
Show file tree
Hide file tree
Showing 61 changed files with 1,246 additions and 546 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wallet-ext-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Wallet Extension PR checks
on: pull_request
jobs:
diff:
runs-on: [self-hosted, self-hosted-ubuntu, self-hosted-arc]
runs-on: [self-hosted, self-hosted-arc]
outputs:
isWalletExt: ${{ steps.diff.outputs.isWalletExt }}
steps:
Expand All @@ -14,7 +14,7 @@ jobs:
name: Lint, Test & Build
needs: diff
if: needs.diff.outputs.isWalletExt == 'true'
runs-on: [self-hosted, self-hosted-ubuntu, self-hosted-arc]
runs-on: [self-hosted, self-hosted-arc]
env:
working-directory: ./wallet
steps:
Expand Down
Loading

0 comments on commit a21b2aa

Please sign in to comment.