mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Run lint and test in parallel
This commit is contained in:
parent
80840cd907
commit
49c28640f9
3
.github/workflows/pr-validate.yaml
vendored
3
.github/workflows/pr-validate.yaml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }}-pr-validate
|
group: ${{ github.head_ref }}-pr-validate
|
||||||
# cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-metadata:
|
pr-metadata:
|
||||||
@ -43,7 +43,6 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pr-metadata
|
- pr-metadata
|
||||||
- charts-changelog
|
- charts-changelog
|
||||||
- charts-lint
|
|
||||||
with:
|
with:
|
||||||
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
||||||
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
||||||
|
Loading…
Reference in New Issue
Block a user