(gh action): Fix workflow config

This commit is contained in:
Ken Hibino 2021-10-22 09:45:32 -07:00
parent bb125b08d6
commit ddb1798ce8

View File

@ -12,8 +12,6 @@ on:
- ui/build - ui/build
schedule: schedule:
- cron: "24 0 * * 6" - cron: "24 0 * * 6"
paths-ignore:
- ui/build
jobs: jobs:
analyze: analyze:
@ -39,7 +37,7 @@ jobs:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # 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. # 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 # queries: ./path/to/local/query, your-org/your-repo/queries@main
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).