From 5ab22c075aa63875c86b6542f2340ba892e1d24f Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 4 Sep 2024 09:33:45 +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 9e05061..0cda666 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