Skip to content

Commit

Permalink
STCOM-1357 GA: omit publishing MD (#2366)
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 STCOM-1357, STRIPES-938
  • Loading branch information
zburke authored Oct 11, 2024
1 parent 491eb07 commit 7c85472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ on:
jobs:
ui:
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
bigtest-enabled: true
bigtest-test-command: xvfb-run --server-args="-screen 0 1024x768x24" yarn test $YARN_TEST_OPTIONS --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage
sonar-sources: ./hooks,./lib,./util
generate-module-descriptor: false
publish-module-descriptor: false

0 comments on commit 7c85472

Please sign in to comment.