diff options
Diffstat (limited to '.github/workflows')
| -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 | 
