diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 6b2ac42..a9106c8 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -6,10 +6,13 @@ on: jobs: ui: - uses: folio-org/.github/.github/workflows/ui.yml@v1.1 + uses: folio-org/.github/.github/workflows/ui.yml@v1.5 + 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