Skip to content

Commit ec9eefd

Browse files
author
Tao Zhang
committed
add weekly schedule to CodeQL workflow
1 parent 8655b46 commit ec9eefd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on:
2+
push:
3+
branches: [ "main" ]
4+
pull_request:
5+
branches: [ "main" ]
6+
schedule:
7+
- cron: '0 0 * * 0'
8+

0 commit comments

Comments
 (0)