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"
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: '33 11 * * 5'
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user