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 authored and ismay committed Sep 4, 2024
1 parent 7bba6a9 commit 5ab22c0
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

1 comment on commit 5ab22c0

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.