Skip to content

Commit

Permalink
Update nightly-build.yml (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Dec 2, 2024
1 parent b00966f commit f8aad16
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ env:
jobs:
build_lnx:
name: oneDAL Linux nightly build
if: github.repository == 'oneapi-src/oneDAL'
if: github.repository == 'uxlfoundation/oneDAL'
runs-on: ubuntu-24.04
timeout-minutes: 120

steps:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: oneapi-src/oneDAL
- name: Install DPC++
run: .ci/env/apt.sh dpcpp
- name: Install MKL
Expand Down Expand Up @@ -84,15 +82,13 @@ jobs:

build_win:
name: oneDAL Windows nightly build
if: github.repository == 'oneapi-src/oneDAL'
if: github.repository == 'uxlfoundation/oneDAL'
runs-on: windows-2022
timeout-minutes: 120

steps:
- name: Checkout oneDAL
uses: actions/checkout@v4
with:
repository: oneapi-src/oneDAL
- name: Install DPC++
shell: cmd
run: |
Expand Down

0 comments on commit f8aad16

Please sign in to comment.