diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 74d953ed013..6f802d3b405 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -31,6 +31,7 @@ env: jobs: build_lnx: name: oneDAL Linux nightly build + if: github.repository == 'oneapi-src/oneDAL' runs-on: ubuntu-22.04 timeout-minutes: 120 @@ -38,8 +39,7 @@ jobs: - name: Checkout oneDAL uses: actions/checkout@v4 with: - repository: Alexandr-Solovev/oneDAL - ref: 'dev/asolovev_onemkl_enabling_clear' + repository: oneapi-src/oneDAL - name: Install DPC++ run: .ci/env/apt.sh dpcpp - name: Install MKL @@ -64,6 +64,7 @@ jobs: build_win: name: oneDAL Windows nightly build + if: github.repository == 'oneapi-src/oneDAL' runs-on: windows-2022 timeout-minutes: 120 @@ -71,8 +72,7 @@ jobs: - name: Checkout oneDAL uses: actions/checkout@v4 with: - repository: Alexandr-Solovev/oneDAL - ref: 'dev/asolovev_onemkl_enabling_clear' + repository: oneapi-src/oneDAL - name: Install DPC++ shell: cmd run: | @@ -117,8 +117,3 @@ jobs: with: name: icx_compiler path: .\icx.zip - - name: Archive Intel OpenCL CPU runtime - uses: actions/upload-artifact@v4 - with: - name: opencl_rt_installer - path: .\opencl_rt.msi