2024-05-13 14:56:59 +02:00
|
|
|
when:
|
|
|
|
- event: [pull_request, tag, cron]
|
|
|
|
- event: push
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
2024-05-13 14:59:05 +02:00
|
|
|
depends_on:
|
|
|
|
- "ci"
|
|
|
|
|
2024-05-13 14:56:59 +02:00
|
|
|
steps:
|
|
|
|
test-next:
|
|
|
|
image: gitea.ocram85.com/plugins/gitea-package:next
|
|
|
|
pull: true
|
|
|
|
settings:
|
|
|
|
debug: "true"
|
|
|
|
package_name: "dummy_package"
|
|
|
|
package_version: "0.1.0"
|
|
|
|
file_name: "./README.md"
|
|
|
|
update: "true"
|
|
|
|
when:
|
|
|
|
event: pull_request
|
|
|
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|