diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 8e068f12d..4a32f4b14 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -1,5 +1,7 @@ name: clang-tidy-review on: + workflow_dispatch: + branches: [ master, stable* ] pull_request_target: branches: [ master, stable* ] diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 878ac5d11..1b5842b62 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,13 +12,10 @@ name: "CodeQL" on: - push: + workflow_dispatch: branches: [ master, stable* ] - pull_request: - # The branches below must be a subset of the branches above + pull_request_target: branches: [ master, stable* ] - schedule: - - cron: '30 8 * * 6' permissions: contents: read diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index 3e042b2c7..e86c61674 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -1,11 +1,10 @@ name: Fuzzing testing on: - push: - branches: - - 'master' - pull_request: - types: [opened, reopened, synchronize, labeled] + workflow_dispatch: + branches: [ master, stable* ] + pull_request_target: + branches: [ master, stable* ] jobs: fuzzing: