Skip to content

Commit

Permalink
Update .github/workflows/fetch_filter_resources.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: paulzierep <[email protected]>
  • Loading branch information
bebatut and paulzierep authored Sep 17, 2024
1 parent 051460a commit 0c7a9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_filter_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-20.04
name: Fetch tool stepwise
strategy:
max-parallel: 1 #need to run one after another, since otherwise there is a chance, that mulitple jobs want to push to the results branch at the same time (which fails due to merge)
#max-parallel: 1 #need to run one after another, since otherwise there is a chance, that mulitple jobs want to push to the results branch at the same time (which fails due to merge)
matrix:
python-version: [3.11]
subset:
Expand Down

0 comments on commit 0c7a9b7

Please sign in to comment.