From ddb1798ce82c136ee6ec19c1a4ee304254534133 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Fri, 22 Oct 2021 09:45:32 -0700 Subject: [PATCH] (gh action): Fix workflow config --- .github/workflows/codeql-analysis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d3a3db6..0843eb3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,8 +12,6 @@ on: - ui/build schedule: - cron: "24 0 * * 6" - paths-ignore: - - ui/build jobs: analyze: @@ -39,7 +37,7 @@ jobs: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. + # Prefix the list here with '+' to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).