Skip to content

Commit

Permalink
STRIPES-939 GA: omit publishing MD (#236)
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 STRIPES-939, STRIPES-938
  • Loading branch information
zburke authored Oct 11, 2024
1 parent 43ef4cd commit 8790eaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +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: false
sonar-sources: .
compile-translations: false

generate-module-descriptor: false
publish-module-descriptor: false

0 comments on commit 8790eaa

Please sign in to comment.