Skip to content

Commit

Permalink
use current shared workflows for better snapshot version numbers
Browse files Browse the repository at this point in the history
* Bump to v1.5 to get correct snapshot version numbers
* Avoid running actions twice on push (a push triggers 2 events, but we
  only need to run the actions once)
  • Loading branch information
zburke committed Oct 25, 2024
1 parent 8420878 commit 938a610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ 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: true
Expand Down

0 comments on commit 938a610

Please sign in to comment.