Use contains syntax to grep for title (#1114)

This commit is contained in:
Alex Kremer
2024-01-16 12:46:02 +00:00
committed by GitHub
parent 923d021c83
commit 81d1b30607

View File

@@ -6,6 +6,6 @@ on:
jobs:
on_fix_merge:
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, '[CI] clang-tidy auto fixes') }}
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.title, '[CI] clang-tidy auto fixes') }}
uses: ./.github/workflows/clang-tidy.yml
secrets: inherit