Skip to content

Commit 22d69ba

Browse files
sirhceleldruin
authored andcommitted
Check for new issues from updated dependencies once a week
We've experienced this more than once. Let's get aware of such issues early.
1 parent 944e9e9 commit 22d69ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
push:
8+
# Check for new issues from updated dependencies once a week (Friday noon).
9+
schedule:
10+
- cron: "0 12 * * 5"
811
workflow_dispatch:
912

1013
jobs:

0 commit comments

Comments
 (0)