fix: optimize codeql ananlysis workflows

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/407/head
Xinwei Xiong(cubxxw) 2 years ago
parent 920c1f00eb
commit cd2e5ad785

@ -16,9 +16,9 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ main ] branches: "*"
schedule: # schedule:
- cron: '23 2 * * 2' # - cron: '23 2 * * 2'
jobs: jobs:
analyze: analyze:

@ -22,7 +22,6 @@ printMessage "Running local OpenIM pre-push hook."
if [[ `git status --porcelain` ]]; then if [[ `git status --porcelain` ]]; then
printError "This script needs to run against committed code only. Please commit or stash you changes." printError "This script needs to run against committed code only. Please commit or stash you changes."
exit 1 exit 1
fi
# #
#printMessage "Running the Flutter analyzer" #printMessage "Running the Flutter analyzer"

Loading…
Cancel
Save