From 59cc5a8527016e42b45407394840cb5dd2163848 Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 4 Sep 2024 09:33:09 +0200 Subject: [PATCH] fix: skip publishing to apphub --- .github/workflows/test-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 9e05061c..0cda666f 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -17,6 +17,8 @@ jobs: release: needs: [lint-commits, lint, test] uses: dhis2/workflows-platform/.github/workflows/release.yml@v1 + with: + publish_apphub: false # Skips forks and dependabot PRs if: '!github.event.push.repository.fork' secrets: inherit