mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
ci: lint-commit-message
action add condition (#20064)
This commit is contained in:
parent
a441b70448
commit
cb04a70019
2
.github/workflows/lint-commit-message.yml
vendored
2
.github/workflows/lint-commit-message.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
# if pull request title is D2M, then skip this job
|
||||
if: ${{ !contains(github.event.pull_request.title, 'D2M') }}
|
||||
continue-on-error: true
|
||||
outputs:
|
||||
failed: ${{ steps.lint_commit.outputs.failed == 'true' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user