Skip to content

Commit b86a948

Browse files
fixes
1 parent 48987ea commit b86a948

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ env:
3535
DPCTL_PY_VERSIONS: '3.10\|3.14'
3636
UXL_PYTHONVERSION: "3.13"
3737
UXL_SKLEARNVERSION: "1.6"
38-
# TODO: restore file before merge
39-
ONEDAL_REPO: "Alexandr-Solovev/oneDAL"
38+
ONEDAL_REPO: "uxlfoundation/oneDAL"
4039

4140
jobs:
4241

@@ -51,7 +50,7 @@ jobs:
5150
run: |
5251
WF_NAME="Nightly-build"
5352
JQ_QUERY='map(select(.event == "workflow_dispatch" or .event == "schedule")) | .[0].databaseId'
54-
RUN_ID=`gh run --repo ${{ env.ONEDAL_REPO }} list --workflow "${WF_NAME}" --branch dev/asolovev_engines_rm --json databaseId,event --status success --jq "${JQ_QUERY}"`
53+
RUN_ID=`gh run --repo ${{ env.ONEDAL_REPO }} list --workflow "${WF_NAME}" --json databaseId,event --status success --jq "${JQ_QUERY}"`
5554
echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
5655
echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"
5756
env:

0 commit comments

Comments
 (0)