[CI] Added option to force check CI_FORCE_UNCRUST
This commit is contained in:
parent
67e52ed27a
commit
ec2da7dc3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/uncrustify.yml
vendored
2
.github/workflows/uncrustify.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: Uncrustify
|
name: Uncrustify
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
run-uncrust: ${{ contains(github.event.head_commit.message, 'Bump version to') || github.event_name == 'pull_request' }}
|
run-uncrust: ${{ contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, 'CI_FORCE_UNCRUST') || github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue