Skip to content

Commit

Permalink
Update clang-format-fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Jul 12, 2023
1 parent fcd03ec commit 6795905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clang-format Check
name: clang-format Fix
on:
workflow_dispatch:
push:
Expand All @@ -8,7 +8,7 @@ on:
- 'docs/**'
jobs:
formatting-check:
name: Formatting Check
name: Formatting Fix
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
Expand Down

0 comments on commit 6795905

Please sign in to comment.