We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a63684 commit cf2bf37Copy full SHA for cf2bf37
.github/workflows/await-fast-ci.yaml
@@ -27,4 +27,4 @@ jobs:
27
steps:
28
- name: Review Spell Check Completion Status
29
run: |
30
- gh run list -R project-chip/connectedhomeip -c "${{ github.event.pull_request.head.sha }}"
+ gh run list -R project-chip/connectedhomeip -c ${{ github.event.pull_request.head.sha }} -L 500
0 commit comments