From 35aaf5207c406cdff1f96d0df358d4f6aedca0b3 Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Thu, 19 Dec 2024 16:32:00 +0000 Subject: [PATCH] fix: do not fail fast when a step fails --- .github/workflows/updatePermitInfo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updatePermitInfo.yml b/.github/workflows/updatePermitInfo.yml index 3c15b0cf..dad6fed7 100644 --- a/.github/workflows/updatePermitInfo.yml +++ b/.github/workflows/updatePermitInfo.yml @@ -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