Skip to content

Commit

Permalink
STRIPESFF-38 GA: omit publishing MD (#117)
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 STRIPESFF-38, STRIPES-938
  • Loading branch information
zburke authored Oct 11, 2024
1 parent a6a919e commit 8c13037
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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 8c13037

Please sign in to comment.