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 16a14c9 commit 3119ad9Copy full SHA for 3119ad9
.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: ${{ steps.changed_files.outputs.changed_files < 500 }}
32
id: changes
33
with:
34
filters: |
0 commit comments