Skip to content

Commit 27bc3cf

Browse files
committed
chore(ci): also release when skipped unit tests
1 parent 272e61a commit 27bc3cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,8 @@ jobs:
834834
always() &&
835835
github.repository == 'QwikDev/qwik' && (
836836
github.ref == 'refs/heads/upcoming' ||
837-
needs.test-unit.result == 'success'
837+
needs.test-unit.result == 'success' ||
838+
needs.test-unit.result == 'skipped'
838839
)
839840
840841
steps:

0 commit comments

Comments
 (0)