We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303f5a commit 724c07dCopy full SHA for 724c07d
.github/workflows/sycl-detect-changes.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Check file changes
30
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
31
- if: ${{ steps.changed_files.outputs.changed_file_cnt }} < 500
+ if: ${{ steps.changed_files.outputs.changed_file_cnt < 500 }}
32
id: changes
33
with:
34
filters: |
0 commit comments