From f33e8c4dc2b3c73e15111a2372643304e7e0d0da Mon Sep 17 00:00:00 2001 From: "organization-code-manager[bot]" <114421327+organization-code-manager[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:25:19 +0000 Subject: [PATCH] TD-604 - Change code scanning triggers and frequency --- .github/workflows/code-scanning.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index 7b91ca8..e23c9b2 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -1,12 +1,9 @@ name: "Code Scanning" on: - push: - branches: [ develop, main, master, release/*, hotfix/* ] - pull_request: - branches: [ main ] schedule: - - cron: '0 9 * * 1' + - cron: '0 0 1 * *' + workflow_dispatch: jobs: code-scanning-java: