packages.yml: run one upload job at a time

This commit is contained in:
Lucinda May Phipps 2022-10-06 22:24:05 +01:00 committed by GitHub
parent 3eba25d7a6
commit fdc4ee55cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ jobs:
path: ./artifacts
upload:
concurrency: ${{ github.workflow }}
permissions:
contents: read
if: github.event_name != 'pull_request'