Skip to content

Commit

Permalink
fix: do not fail fast when a step fails
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Dec 19, 2024
1 parent 4cfc187 commit 35aaf52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updatePermitInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: Update permit info for all chains
runs-on: ubuntu-latest
strategy:
fail-fast: false # continue parallel jobs even if individual parts fail
matrix:
chainId: [1, 100, 8453, 42161] # all supported chains
tokenList: ['CowSwap.json', 'Uniswap.{0}.json', 'CoinGecko.{0}.json'] # all files that are tracked
Expand Down

0 comments on commit 35aaf52

Please sign in to comment.