diff options
Diffstat (limited to '.github/workflows/json4cpp-flawfinder.yml')
| -rw-r--r-- | .github/workflows/json4cpp-flawfinder.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/workflows/json4cpp-flawfinder.yml b/.github/workflows/json4cpp-flawfinder.yml index c496ab8d27..ca78ee817a 100644 --- a/.github/workflows/json4cpp-flawfinder.yml +++ b/.github/workflows/json4cpp-flawfinder.yml @@ -4,16 +4,8 @@ permissions: contents: read on: - push: - branches: ["develop"] - paths: - - 'json4cpp/**' - pull_request: - branches: ["develop"] - paths: - - 'json4cpp/**' - schedule: - - cron: '41 14 * * 3' + workflow_dispatch: + workflow_call: jobs: flawfinder: |
