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 a9f5c86 commit c251045Copy full SHA for c251045
.github/workflows/sycl-detect-changes.yml
@@ -19,6 +19,7 @@ jobs:
19
steps:
20
- name: Check file changes
21
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
22
+ if: ${{ context.payload.pull_request.changed_files }} < 500
23
id: changes
24
with:
25
filters: |
0 commit comments