[ci,tidy] remove unsupported options

* workflow_dispatch does not work with plugin
* remove limited permissions
This commit is contained in:
akallabeth
2024-02-10 08:27:00 +01:00
committed by akallabeth
parent cc558bd4c5
commit d7f5e529eb

View File

@@ -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