Skip to content

Commit eba50ae

Browse files
committed
Allow the check-blocking job to pass (when it should)
1 parent 7b7a819 commit eba50ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,9 @@ jobs:
297297

298298
env:
299299
# List all jobs that are intended NOT to block PR auto-merge here.
300-
# FIXME: After ensuring this can fail, add `test-pass` below to fix it.
301300
EXPECTED_NONBLOCKING_JOBS: |-
302301
test-fixtures-windows
303-
# tests-pass
302+
tests-pass
304303
305304
defaults:
306305
run:

0 commit comments

Comments
 (0)