We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9a247 commit 8a38d89Copy full SHA for 8a38d89
.github/workflows/codeql.yml
@@ -17,6 +17,8 @@ on:
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: ["main"]
20
+ schedule:
21
+ - cron: "0 0 * * 1"
22
23
permissions:
24
contents: read
.github/workflows/nodejs.yml
@@ -3,6 +3,8 @@ name: Node.js CI
3
on:
4
push:
5
6
7
+ - cron: "0 0 * * *"
8
9
10
0 commit comments