From 49796d861d8ce45bdf63d6e489b40c2831af5f88 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Sun, 30 Apr 2023 13:04:09 -0400 Subject: [PATCH] Temporarily disable Codacy scan Convert it to a workflow manual option (Generally, this is very high noise anyway) Signed-off-by: Geoff Hutchison --- .github/workflows/codacy.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 7f86475dc2..1847274caf 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -14,13 +14,14 @@ name: Codacy Security Scan on: - push: - branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '28 10 * * 6' + workflow_dispatch: +# push: +# branches: [ master ] +# pull_request: +# # The branches below must be a subset of the branches above +# branches: [ master ] +# schedule: +# - cron: '28 10 * * 6' permissions: contents: read