Skip to content

Commit 8113cb9

Browse files
uditagarwal97bader
andauthored
[CI] Fix shared build job name in Nightly (#17724)
The job's name is `ubuntu2204_shared_build` while we use `ubuntu2404_intel_drivers` docker image to build DPCPP. Example: https://github.com/intel/llvm/actions/runs/14121213165/job/39561695852#step:2:22 --------- Co-authored-by: Alexey Bader <[email protected]>
1 parent ac30c32 commit 8113cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# prefer widespread gzip compression.
2424
artifact_archive_name: sycl_linux.tar.gz
2525

26-
ubuntu2204_shared_build:
26+
linux_shared_build:
2727
if: github.repository == 'intel/llvm'
2828
uses: ./.github/workflows/sycl-linux-build.yml
2929
secrets: inherit

0 commit comments

Comments
 (0)