Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/sycl_post_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- sycl
paths:
- .github/workflows/sycl_post_commit.yml
- .github/workflows/sycl_gen_test_matrix.yml
- .github/workflows/sycl_linux_build_and_test.yml
- .github/workflows/sycl_windows_build_and_test.yml
- .github/workflows/sycl_macos_build_and_test.yml

jobs:
# This job generates matrix of tests for LLVM Test Suite
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sycl_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '.github/ISSUE_TEMPLATE/**'
- '.github/CODEOWNERS'
- '.github/workflows/sycl_update_gpu_driver.yml'
- '.github/workflows/sycl_windows_build_and_test.yml'
- '.github/workflows/sycl_macos_build_and_test.yml'
- 'devops/containers/**'
- 'devops/scripts/install_drivers.sh'
- 'devops/scripts/install_build_tools.sh'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl_windows_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: [Windows, build]
# TODO use cached checkout
steps:
- uses: ilammy/msvc-dev-cmd@9f8ae839b01883414208f29e3e24524387f48e1f
- uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
with:
arch: amd64
- name: Set env
Expand Down