Skip to content

Commit

Permalink
Check for new issues from updated dependencies once a week
Browse files Browse the repository at this point in the history
We've experienced this more than once. Let's get aware of such issues
early.
  • Loading branch information
sirhcel authored and eldruin committed Dec 21, 2024
1 parent 944e9e9 commit 22d69ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
push:
# Check for new issues from updated dependencies once a week (Friday noon).
schedule:
- cron: "0 12 * * 5"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 22d69ba

Please sign in to comment.