Distinguish between package and checksum updates

This commit is contained in:
Marty Oehme 2025-06-24 10:00:30 +02:00
parent 936aa8fbbc
commit 963ee15eeb
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: build
on:
workflow_run:
workflows: [PackageUpdate]
workflows: [ChecksumUpdate]
types: [completed]
push:
paths:

View file

@ -1,4 +1,4 @@
name: PackageUpdate
name: ChecksumUpdate
on:
pull_request:

View file

@ -1,4 +1,4 @@
name: renovate
name: Check package updates
on:
schedule:
- cron: "0 * * * *"