Skip to content

Commit 724c07d

Browse files
authored
[CI] 3rd attempt to skip check file for large PR (#17779)
1 parent 9303f5a commit 724c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Check file changes
3030
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
31-
if: ${{ steps.changed_files.outputs.changed_file_cnt }} < 500
31+
if: ${{ steps.changed_files.outputs.changed_file_cnt < 500 }}
3232
id: changes
3333
with:
3434
filters: |

0 commit comments

Comments
 (0)