From 3119ad9679cfba3487291ada159046171efdcb8c Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Tue, 1 Apr 2025 09:52:46 -0700 Subject: [PATCH] [CI] 3rd attempt to skip check file for large PR --- .github/workflows/sycl-detect-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-detect-changes.yml b/.github/workflows/sycl-detect-changes.yml index 3be543dd2f15b..679961d2aa1e2 100644 --- a/.github/workflows/sycl-detect-changes.yml +++ b/.github/workflows/sycl-detect-changes.yml @@ -28,7 +28,7 @@ jobs: - name: Check file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 - if: ${{ steps.changed_files.outputs.changed_files }} < 500 + if: ${{ steps.changed_files.outputs.changed_files < 500 }} id: changes with: filters: |