mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Run codeql on schedule only (#110729)
This commit is contained in:
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@@ -2,11 +2,6 @@ name: "CodeQL"
|
|||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
- rc
|
|
||||||
- master
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 18 * * 4"
|
- cron: "30 18 * * 4"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user