diff --git a/.github/workflows/sycl-detect-changes.yml b/.github/workflows/sycl-detect-changes.yml index 6fcff12220057..2fd143acff97f 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_file_cnt }} < 500 + if: ${{ steps.changed_files.outputs.changed_file_cnt < 500 }} id: changes with: filters: |