Skip to content

Commit 5bb9ef4

Browse files
cperkinsintelPavel Chupin
andauthored
[CI] enable post-commit as a workflow action. (#7289)
It'd be nice to be able to trigger post-commit checks, especially when we aren't able to test locally. This PR makes post-commit as a dispatchable workflow. Co-authored-by: Pavel Chupin <[email protected]>
1 parent 296e9c3 commit 5bb9ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- .github/workflows/sycl_linux_build_and_test.yml
1414
- .github/workflows/sycl_windows_build_and_test.yml
1515
- .github/workflows/sycl_macos_build_and_test.yml
16-
16+
workflow_dispatch:
1717

1818
jobs:
1919
# This job generates matrix of tests for LLVM Test Suite

0 commit comments

Comments
 (0)