From 995c73312eaf6667edb92266cb10a0c756dcd2e5 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 29 Oct 2024 07:44:39 -0400 Subject: [PATCH] comments are nice --- .github/workflows/ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 8801ad4..465969f 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -7,8 +7,8 @@ on: jobs: ui: uses: folio-org/.github/.github/workflows/ui.yml@v1 + # 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 with: # tsc instead of jest, but easiest to run it in the same manner