Skip to content

Commit

Permalink
Change to running workflow via gh (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft authored Jan 16, 2024
1 parent 0cef9e0 commit 81602e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/clang-tidy_on_fix_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ on:
jobs:
on_fix_merge:
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
runs-on: ubuntu-20.04
steps:
- name: Run clang-tidy workflow
shell: bash
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh workflow run clang-tidy.yml

0 comments on commit 81602e8

Please sign in to comment.