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