mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-19 20:24:35 +00:00
actions: Run subject-line-length check even if the previous checks failed
So that we can see as many errors as possible at once. Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
parent
9f0fef5add
commit
2889af7710
1
.github/workflows/commit-message-check.yaml
vendored
1
.github/workflows/commit-message-check.yaml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
||||
|
||||
- name: Check Subject Line Length
|
||||
if: ${{ success() || failure() }}
|
||||
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
|
||||
with:
|
||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
||||
|
Loading…
Reference in New Issue
Block a user