Update clang-format.yml
workflow dispatch to debug failing workflow manually
This commit is contained in:
parent
d6bfeb5a44
commit
951b89ffcb
|
|
@ -1,6 +1,6 @@
|
||||||
name: clang-format
|
name: clang-format
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
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