From d33ba3643b99b93bd0865b3983487ac9fbc73732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Mon, 29 Jan 2024 15:57:25 +0100 Subject: [PATCH] Skip test publishing for parent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ɓukasz Dywicki --- .github/workflows/pr.yml | 3 ++- .github/workflows/push.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ffc87c4..77c0cf3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,4 +17,5 @@ jobs: with: openhab: false server_id: thing4-snapshots - deploy: true \ No newline at end of file + deploy: true + skip_test_publish: true \ No newline at end of file diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfdc06..d2a4284 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,4 +17,5 @@ jobs: with: openhab: false server_id: thing4-snapshots - deploy: true \ No newline at end of file + deploy: true + skip_test_publish: true \ No newline at end of file