Distinguish between package and checksum updates
This commit is contained in:
parent
936aa8fbbc
commit
963ee15eeb
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: build
|
|||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [PackageUpdate]
|
||||
workflows: [ChecksumUpdate]
|
||||
types: [completed]
|
||||
push:
|
||||
paths:
|
||||
|
|
|
|||
2
.github/workflows/checksum.yaml
vendored
2
.github/workflows/checksum.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: PackageUpdate
|
||||
name: ChecksumUpdate
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: renovate
|
||||
name: Check package updates
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue