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
|
||||
|
||||
on:
|
||||
# a package changed (usually in PR)
|
||||
workflow_run:
|
||||
workflows: [ChecksumUpdate]
|
||||
types: [completed]
|
||||
# we are integrating updates
|
||||
push:
|
||||
paths:
|
||||
- "srcpkgs/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue