From ebc68d63c2a6037e96c12798a47dcfa00615a646 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 14 Sep 2025 19:30:52 +0200 Subject: [PATCH] Reset settings --- .woodpecker/.continuous-deployment-allinone.yml | 12 ++++++------ .woodpecker/.continuous-deployment.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.woodpecker/.continuous-deployment-allinone.yml b/.woodpecker/.continuous-deployment-allinone.yml index 93c7298389..1c39bee378 100644 --- a/.woodpecker/.continuous-deployment-allinone.yml +++ b/.woodpecker/.continuous-deployment-allinone.yml @@ -2,11 +2,11 @@ # # SPDX-License-Identifier: CC0-1.0 -#depends_on: -# - phpunit -# - code_standards_check -# - database_checks -# - messages.po_check +depends_on: + - phpunit + - code_standards_check + - database_checks + - messages.po_check # This prevents executing this pipeline at other servers than ci.friendi.ca labels: @@ -17,7 +17,7 @@ labels: when: repo: friendica/friendica branch: [ develop, '*-rc' ] - event: [ push, pull_request ] + event: push skip_clone: true diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index 057acc4359..6e4acb3fe5 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -2,11 +2,11 @@ # # SPDX-License-Identifier: CC0-1.0 -#depends_on: -# - phpunit -# - code_standards_check -# - database_checks -# - messages.po_check +depends_on: + - phpunit + - code_standards_check + - database_checks + - messages.po_check # This prevents executing this pipeline at other servers than ci.friendi.ca labels: @@ -17,7 +17,7 @@ labels: when: repo: friendica/friendica branch: [ develop, '*-rc' ] - event: [ push, pull_request ] + event: push skip_clone: true