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 3fabf43 commit 3bdf5e2Copy full SHA for 3bdf5e2
.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_files }} < 500
+ if: ${{ fromJSON(steps.changed_files.outputs.changed_files) }} < 500
32
id: changes
33
with:
34
filters: |
0 commit comments