Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9c4048a

Browse files
committed
chore(ci): fix missing indentation
1 parent 9650145 commit 9c4048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
flag-name: run-${{ join(matrix.*, '-') }}
38-
parallel: true
38+
parallel: true
3939

4040
finish_tests:
4141
needs: test

0 commit comments

Comments
 (0)