diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 63771452..b8564843 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -7,7 +7,7 @@ on: jobs: ui: # Use the shared workflow from https://github.com/folio-org/.github - uses: ./.github/workflows/ui-base.yml@v1 + uses: ./.github/workflows/ui-base.yml # Only handle push events from the main branch or tags, to decrease PR noise if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag' secrets: inherit