Skip to content

Commit 01f18b2

Browse files
committed
Update job not to fail incase matrix fails
1 parent 70ad7e4 commit 01f18b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/block-extractor-scheduler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
backup-blocks:
1818
runs-on: ubuntu-latest
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
database: [postgres, bigquery] # This matrix is used to run the workflow for both postgres and bigquery
2223
network: [mainnet, testnet] # This matrix is used to run the workflow for both mainnet and testnet

0 commit comments

Comments
 (0)