repo.or.cz
/
libsigcplusplus.mirror.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
3238608
)
CI: Trigger clang-format-check only manually
author
Kjell Ahlstedt
<
[email protected]
>
Sun, 23 Jul 2023 13:52:55 +0000
(23 15:52 +0200)
committer
Kjell Ahlstedt
<
[email protected]
>
Sun, 23 Jul 2023 13:52:55 +0000
(23 15:52 +0200)
.github/workflows/clang-format-check.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/clang-format-check.yml
b/.github/workflows/clang-format-check.yml
index
fd6fb3a
..
1d303b1
100644
(file)
--- a/
.github/workflows/clang-format-check.yml
+++ b/
.github/workflows/clang-format-check.yml
@@
-1,6
+1,7
@@
name: "CI: Check Code Formatting"
-on: [push]
+# Triggered manually
+on: [workflow_dispatch]
jobs:
build: