From d7f5e529ebfd77b4f3e8915421de6b29538146fe Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sat, 10 Feb 2024 08:27:00 +0100 Subject: [PATCH] [ci,tidy] remove unsupported options * workflow_dispatch does not work with plugin * remove limited permissions --- .github/workflows/clang-tidy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 4a32f4b14..e13136dc0 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -1,13 +1,8 @@ name: clang-tidy-review on: - workflow_dispatch: - branches: [ master, stable* ] pull_request_target: branches: [ master, stable* ] -permissions: - contents: read - jobs: build: runs-on: ubuntu-latest