Skip to content

Commit d879bf1

Browse files
committed
Fix CI
1 parent ab43e94 commit d879bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
- name: Ensure Lib/_opcode_metadata is updated
335335
run: |
336336
python scripts/generate_opcode_metadata.py
337-
if [ -z "$(git status --porcelain)" ]; then
337+
if [ -n "$(git status --porcelain)" ]; then
338338
exit 1
339339
fi
340340

0 commit comments

Comments
 (0)