Skip to content

Commit 398e02a

Browse files
committed
chore: restore format checks in normal runs
Signed-off-by: Brian Harring <[email protected]>
1 parent c222602 commit 398e02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
format:
142142
runs-on: ubuntu-latest
143-
if: inputs.format-check
143+
if: inputs.format-check == true || inputs.format-check == ''
144144
steps:
145145
- name: Checkout pkgcore
146146
uses: actions/checkout@v5

0 commit comments

Comments
 (0)