mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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:
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user