[CI] Temporarily disable uncrustify action
This commit is contained in:
parent
773b3e10aa
commit
1afa947030
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
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
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' }}
|
||||
run-uncrust: ${{ false || contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, 'CI_FORCE_UNCRUST') || github.event_name == 'pull_request' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Reference in a new issue