diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-06-05 23:05:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 23:05:05 +0300 |
commit | e7fe66e670537990ccc075cce9286df88bba052a (patch) | |
tree | 71df30807c5753b486edfea281e6e0f36509dc8b | |
parent | 99009e72f8072fa552eb02efee436be596c71cdd (diff) |
ci : disable auto tidy (#1705)
-rw-r--r-- | .github/workflows/tidy-post.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tidy-post.yml b/.github/workflows/tidy-post.yml index a58da0c..0365276 100644 --- a/.github/workflows/tidy-post.yml +++ b/.github/workflows/tidy-post.yml @@ -1,7 +1,7 @@ name: clang-tidy review post comments on: - workflow_run: + workflow_dispatch: workflows: ["clang-tidy-review"] types: - completed |