diff --git a/.woodpecker/.publish-docker.yml b/.woodpecker/.publish-docker.yml index afa10d2..42ad1f3 100644 --- a/.woodpecker/.publish-docker.yml +++ b/.woodpecker/.publish-docker.yml @@ -34,4 +34,7 @@ pipeline: repo: keyoxide/doip-proxy auto_tag: true when: - event: tag \ No newline at end of file + event: tag + +depends_on: + - test \ No newline at end of file diff --git a/.woodpecker/.publish-npm.yml b/.woodpecker/.publish-npm.yml index 690ec52..66f488b 100644 --- a/.woodpecker/.publish-npm.yml +++ b/.woodpecker/.publish-npm.yml @@ -8,4 +8,7 @@ pipeline: email: from_secret: npm_email when: - event: tag \ No newline at end of file + event: tag + +depends_on: + - test \ No newline at end of file