Skip to content

Commit

Permalink
fix: skip publishing to apphub
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Sep 4, 2024
1 parent 30f1f3a commit 02af000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02af000

Please sign in to comment.