removed manual flag from clang format again
This commit is contained in:
parent
e3095c6d1d
commit
57156bce7e
|
|
@ -1,6 +1,6 @@
|
||||||
name: clang-format
|
name: clang-format
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue