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: on:
workflow_run: workflow_run:
workflows: [PackageUpdate] workflows: [ChecksumUpdate]
types: [completed] types: [completed]
push: push:
paths: paths:

View file

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

View file

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