mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
Use contains syntax to grep for label (#1112)
This commit is contained in:
@@ -6,6 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
on_fix_merge:
|
on_fix_merge:
|
||||||
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.labels.*.name == '[CI] clang-tidy auto fixes' }}
|
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, '[CI] clang-tidy auto fixes') }}
|
||||||
uses: ./.github/workflows/clang-tidy.yml
|
uses: ./.github/workflows/clang-tidy.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user