We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b35410 commit 5ef8e9bCopy full SHA for 5ef8e9b
.github/workflows/static-checks.yml
@@ -155,6 +155,11 @@ jobs:
155
filter_mode: nofilter
156
157
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
163
runs-on: ubuntu-latest
164
steps:
165
- name: Checkout
@@ -170,5 +175,4 @@ jobs:
170
175
- name: Run checklocks
171
176
run: |-
172
177
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