From af9475a06d570a0d7f7d42c82a91c645c99ce67e 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:30:17 +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 8116cd5..c6a5fec 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: [ develop ] schedule: - - cron: '0 9 * * 1' + - cron: '0 0 1 * *' + workflow_dispatch: jobs: code-scanning-java: