File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4140jobs :
4241
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 :
You can’t perform that action at this time.
0 commit comments