Skip to content

Commit

Permalink
(gh action): Fix workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Oct 22, 2021
1 parent bb125b0 commit ddb1798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
- ui/build
schedule:
- cron: "24 0 * * 6"
paths-ignore:
- ui/build

jobs:
analyze:
Expand All @@ -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).
Expand Down

0 comments on commit ddb1798

Please sign in to comment.