Skip to content

Commit 8bcc549

Browse files
committed
skip unit tests when using build tag
1 parent 49a3f72 commit 8bcc549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
units:
5555
uses: ./.github/workflows/unit-tests.yml
5656
secrets: inherit
57+
if: ${{ !startsWith(github.ref_name, 'build-') }}
5758

5859
publish-webapp:
5960
needs: [typecheck, units]

0 commit comments

Comments
 (0)