From 2dae11f3aa6d5a02c43eb9d20d10650cd0906c45 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:24 +0000 Subject: [PATCH] TD-604 - Change code scanning triggers and frequency --- .github/workflows/dummy-code-scanning.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dummy-code-scanning.yaml b/.github/workflows/dummy-code-scanning.yaml index 13417fe..cd45ef5 100644 --- a/.github/workflows/dummy-code-scanning.yaml +++ b/.github/workflows/dummy-code-scanning.yaml @@ -1,8 +1,9 @@ name: "Dummy Code Scanning" on: - push: - branches: [ main ] + schedule: + - cron: '0 0 1 * *' + workflow_dispatch: jobs: code-scanning-dummy: