mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
Change to running workflow via gh (#1117)
This commit is contained in:
10
.github/workflows/clang-tidy_on_fix_merged.yml
vendored
10
.github/workflows/clang-tidy_on_fix_merged.yml
vendored
@@ -7,5 +7,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
on_fix_merge:
|
on_fix_merge:
|
||||||
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.title, '[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
|
runs-on: ubuntu-20.04
|
||||||
secrets: inherit
|
steps:
|
||||||
|
- name: Run clang-tidy workflow
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
GH_REPO: ${{ github.repository }}
|
||||||
|
run: gh workflow run clang-tidy.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user