Skip to content

Commit 8289fe4

Browse files
committed
fix: make QPK pin check blocking in CI
1 parent 8cac93c commit 8289fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Check QPK pin consistency
121121
run: python scripts/check_qpk_pin_consistency.py
122-
continue-on-error: true
122+
continue-on-error: false
123123

124124
- name: Run unit tests
125125
run: |

0 commit comments

Comments
 (0)