Skip to content

Commit

Permalink
Decrease paralelism and number of blocks (#1014)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar <[email protected]>
  • Loading branch information
JulianGCalderon and edg-l authored Jan 3, 2025
1 parent 3eaf2c0 commit 608258a
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RPC_ENDPOINT_TESTNET: ${{ secrets.RPC_ENDPOINT_TESTNET }}
RPC_ENDPOINT_MAINNET: ${{ secrets.RPC_ENDPOINT_MAINNET }}
strategy:
max-parallel: 15
max-parallel: 10
matrix:
block:
- 740000
Expand All @@ -41,16 +41,6 @@ jobs:
- 800350
- 800400
- 800450
- 800500
- 801550
- 801600
- 800650
- 800700
- 800750
- 800800
- 800850
- 800900
- 800950
- 900000
- 900100
- 900200
Expand Down Expand Up @@ -151,16 +141,6 @@ jobs:
- 800350
- 800400
- 800450
- 800500
- 801550
- 801600
- 800650
- 800700
- 800750
- 800800
- 800850
- 800900
- 800950
- 900000
- 900100
- 900200
Expand Down

0 comments on commit 608258a

Please sign in to comment.