Only run CodeQL weekly instead on push and pull request
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "master" ]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '33 11 * * 5'
|
- cron: '33 11 * * 5'
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user