Skip to content

Commit

Permalink
cointinue if error
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Oct 28, 2022
1 parent 9211435 commit 02e57a3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/refresh-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ on:

jobs:
refresh:
strategy:
matrix:
network:
- mainnet-beta
- devnet

runs-on: ubuntu-latest
name: Refresh Registry from chain
env:
NETWORK: ${{ matrix.network }}

steps:
- uses: actions/checkout@v3
Expand All @@ -39,6 +31,11 @@ jobs:
- run: cp -R static/* data/
- run: yarn compile-rewarders-list
- run: yarn fetch-all-rewarders
env:
NETWORK: mainnet-beta
- run: yarn fetch-all-rewarders
env:
NETWORK: devnet
- run: yarn decorate-rewarders
- run: yarn build-token-list
- run: yarn build-tvl-list
Expand Down

0 comments on commit 02e57a3

Please sign in to comment.