Skip to content

Commit

Permalink
STFORM-46 GA: omit publishing MD
Browse files Browse the repository at this point in the history
There is no module descriptor here. Additionally, make this workflow
conditional to avoid running twice when GA logs multiple events for the
same action when opening a new PR.

Refs STFORM-46, STRIPES-938
  • Loading branch information
zburke committed Oct 11, 2024
1 parent d5fc882 commit 79846a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:

jobs:
ui:
uses: folio-org/.github/.github/workflows/[email protected]
uses: folio-org/.github/.github/workflows/[email protected]
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
jest-enabled: true
jest-test-command: yarn run test
sonar-sources: ./lib
generate-module-descriptor: false
publish-module-descriptor: false

0 comments on commit 79846a6

Please sign in to comment.