Skip to content

Commit

Permalink
Add cron schedule for upstream release check
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Apr 28, 2024
1 parent 3bdd053 commit 95a1575
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check for upstream releases

on: [workflow_dispatch]
on:
schedule:
- cron: '00 16 * * *'
workflow_dispatch: {}

jobs:
check:
Expand Down

0 comments on commit 95a1575

Please sign in to comment.