Skip to content

Commit c251045

Browse files
committed
try using context as condition
1 parent a9f5c86 commit c251045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- name: Check file changes
2121
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
22+
if: ${{ context.payload.pull_request.changed_files }} < 500
2223
id: changes
2324
with:
2425
filters: |

0 commit comments

Comments
 (0)