Skip to content

Commit

Permalink
Use clang-format with manual trigger only
Browse files Browse the repository at this point in the history
Clang-format is conflicting with several pull requests and even current code. Change it to manual use for the time being.
  • Loading branch information
JeodC authored Apr 17, 2024
1 parent 4247f30 commit 97a22f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: clang-format Check
on:
pull_request:
branches:
- main
push:
branches:
- main
on: workflow_dispatch

jobs:
formatting-check:
name: Formatting Check
Expand Down

0 comments on commit 97a22f5

Please sign in to comment.