removed manual flag from clang format again

This commit is contained in:
Philipp Hentschel
2024-07-23 16:06:01 +02:00
parent e3095c6d1d
commit 57156bce7e

View File

@ -1,6 +1,6 @@
name: clang-format
on: [push, pull_request, workflow_dispatch]
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}