try fix codeql
No event triggers defined in `on`
This commit is contained in:
parent
c8de3ebf2b
commit
16b114c427
1 changed files with 1 additions and 8 deletions
9
.github/workflows/codeql-analysis.yml
vendored
9
.github/workflows/codeql-analysis.yml
vendored
|
@ -11,14 +11,7 @@
|
|||
#
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '37 18 * * 5'
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
Loading…
Reference in a new issue