diff --git a/.github/workflows/uncrustify.yml b/.github/workflows/uncrustify.yml index 87b95b79..31d2bd6e 100644 --- a/.github/workflows/uncrustify.yml +++ b/.github/workflows/uncrustify.yml @@ -11,7 +11,7 @@ jobs: name: Uncrustify runs-on: ubuntu-latest 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: - name: Checkout repository