Remove workflow events used for testing
This commit is contained in:
parent
2afd3f986c
commit
85401c22ab
3 changed files with 2 additions and 4 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -1,9 +1,11 @@
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# a package changed (usually in PR)
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [ChecksumUpdate]
|
workflows: [ChecksumUpdate]
|
||||||
types: [completed]
|
types: [completed]
|
||||||
|
# we are integrating updates
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "srcpkgs/**"
|
- "srcpkgs/**"
|
||||||
|
|
|
||||||
1
.github/workflows/checksum.yaml
vendored
1
.github/workflows/checksum.yaml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
||||||
- "srcpkgs/**"
|
- "srcpkgs/**"
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- reopened # TODO: For debugging purposes
|
|
||||||
- synchronize
|
- synchronize
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
3
.github/workflows/renovate.yaml
vendored
3
.github/workflows/renovate.yaml
vendored
|
|
@ -2,9 +2,6 @@ name: Check package updates
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- ".github/**" # TODO: remove after debugging
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: "info"
|
LOG_LEVEL: "info"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue