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 944e9e9 commit 22d69baCopy full SHA for 22d69ba
.github/workflows/ci.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
push:
8
+ # Check for new issues from updated dependencies once a week (Friday noon).
9
+ schedule:
10
+ - cron: "0 12 * * 5"
11
workflow_dispatch:
12
13
jobs:
0 commit comments