ci: Run lint and test in parallel

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-05-01 16:49:36 +02:00
parent 80840cd907
commit 49c28640f9
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -7,7 +7,7 @@ on:
concurrency:
group: ${{ github.head_ref }}-pr-validate
# cancel-in-progress: true
cancel-in-progress: true
jobs:
pr-metadata:
@ -43,7 +43,6 @@ jobs:
needs:
- pr-metadata
- charts-changelog
- charts-lint
with:
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}