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:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [PackageUpdate]
|
workflows: [ChecksumUpdate]
|
||||||
types: [completed]
|
types: [completed]
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
2
.github/workflows/checksum.yaml
vendored
2
.github/workflows/checksum.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: PackageUpdate
|
name: ChecksumUpdate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue