Skip to content

Commit 3ca5bc6

Browse files
authored
Merge pull request #11 from aboutcode-org/fedcode-integration
Run PURL collection parallelly
2 parents 16db17b + ec0d7bf commit 3ca5bc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/collect-purls_template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
dest="${{ inputs.path }}"
5454
git config user.name "AboutCode Automation"
5555
git config user.email "[email protected]"
56+
git pull
5657
mkdir -p "$(dirname "$dest")" && mv ../repos/${{ inputs.ecosystem }}.txt "$dest"
5758
git add -A
5859
git commit -m "$(echo -e "Sync latest ${{ inputs.ecosystem }} PURLs from FederatedCode\n\nSigned-off-by: AboutCode Automation <[email protected]>")" || exit 0

.github/workflows/sync-purls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
collect-purls:
1313
strategy:
14-
max-parallel: 1
14+
max-parallel: 4
1515
matrix:
1616
include:
1717
- ecosystem: apk

0 commit comments

Comments
 (0)