Remove workflow events used for testing
Some checks are pending
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions

This commit is contained in:
Marty Oehme 2025-06-24 12:03:13 +02:00
parent 2afd3f986c
commit 85401c22ab
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 2 additions and 4 deletions

View file

@ -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/**"

View file

@ -6,7 +6,6 @@ on:
- "srcpkgs/**"
types:
- opened
- reopened # TODO: For debugging purposes
- synchronize
branches:
- main

View file

@ -2,9 +2,6 @@ name: Check package updates
on:
schedule:
- cron: "0 * * * *"
push:
paths:
- ".github/**" # TODO: remove after debugging
env:
LOG_LEVEL: "info"