Skip to content

Commit 5ef8e9b

Browse files
authored
chore(ci): skip checklocks check (#4093)
Co-authored-by: nick.ripley <[email protected]>
1 parent 5b35410 commit 5ef8e9b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/static-checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ jobs:
155155
filter_mode: nofilter
156156

157157
checklocks:
158+
# We have the infrastructure in place for this check,
159+
# but we still need to add the required annotations for
160+
# checklocks to actually identify issues. Skipping the
161+
# check until we do so.
162+
if: false
158163
runs-on: ubuntu-latest
159164
steps:
160165
- name: Checkout
@@ -170,5 +175,4 @@ jobs:
170175
- name: Run checklocks
171176
run: |-
172177
export PATH="${{ github.workspace }}/bin:${PATH}"
173-
# Errors are expected here, but we want to fail the CI if there are any errors for now
174-
./scripts/check_locks.sh || true
178+
./scripts/check_locks.sh

0 commit comments

Comments
 (0)