Skip to content

Commit c8c5db0

Browse files
author
Yasir
authored
Merge pull request #114 from bitfinity-network/dont-fail-fast-incase-job-fails
Update job not to fail incase matrix fails
2 parents 70ad7e4 + 01f18b2 commit c8c5db0

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)