From 4b7cd6c3ac815428e257fca7b97b100094536cd7 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:28:43 +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 7acf5b6..5734847 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-php-analyze: