From 13fefb9926641021c476d87f9b41b73411efef27 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Sat, 18 Nov 2023 12:57:21 -0700 Subject: [PATCH] 156 codacy --- .github/workflows/codeql.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0c32bfce..4ad12e49 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,13 +17,14 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] - schedule: - - cron: '33 12 * * 5' paths-ignore: - '**/*.md' - '**/*.txt' - 'tests/tools/base.py' + schedule: + - cron: '33 12 * * 5' + jobs: analyze: