Skip to content

Commit aebeb56

Browse files
[CI] Fix pull_request trigger paths in post commit task (#11355)
1 parent a0dc3a1 commit aebeb56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
- sycl
1212
- sycl-devops-pr/**
1313
paths:
14-
- .github/workflow/sycl_post_commit.yml
15-
- .github/workflow/sycl_linux_build.yml
16-
- .github/workflow/sycl_linux_run_tests.yml
14+
- .github/workflows/sycl_post_commit.yml
15+
- .github/workflows/sycl_linux_build.yml
16+
- .github/workflows/sycl_linux_run_tests.yml
1717
- ./devops/actions/cleanup
1818
- ./devops/actions/cached_checkout
1919

0 commit comments

Comments
 (0)