ci: update

This commit is contained in:
Folke Lemaitre 2024-07-06 11:45:24 +02:00
parent d901d2166f
commit c3a9cec06b
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 12 additions and 0 deletions

12
.github/workflows/update.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Update Repo
on:
workflow_dispatch:
schedule:
# Run every hour
- cron: "0 * * * *"
jobs:
ci:
uses: folke/github/.github/workflows/update.yml@main
secrets: inherit