diff --git a/.woodpecker.yml b/.woodpecker.yml index ab38db329..ce94f3554 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,7 @@ variables: - &rust_image "rust:1.76" - &install_pnpm "corepack enable pnpm" - &slow_check_paths + - event: pull_request - path: include: [ # rust source code @@ -200,6 +201,7 @@ steps: - cat target/log/lemmy_*.out || true - "# If you can't see all output, then use the download button" when: + - event: pull_request - status: [failure] publish_release_docker: @@ -247,6 +249,7 @@ steps: - apk add curl - "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: + - event: pull_request - status: [failure] notify_on_tag_deploy: @@ -255,7 +258,7 @@ steps: - apk add curl - "curl -d'lemmy:${CI_COMMIT_TAG} deployed' ntfy.sh/lemmy_drone_ci" when: - - event: tag + event: tag services: database: