Skip to content

Commit

Permalink
Merge pull request #121 from LemmyNet/woodpecker_events_1
Browse files Browse the repository at this point in the history
Fixing woodpecker.
  • Loading branch information
Nutomic committed Apr 2, 2024
2 parents 0285250 + cbb4b1f commit b3131d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker.yml
@@ -1,9 +1,9 @@
steps:

notify_on_failure:
image: alpine:3
commands:
- apk add curl
- "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when:
status: [failure]
- event: pull_request
status: failure

0 comments on commit b3131d6

Please sign in to comment.