File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 OTHER_REPO="oneapi-src/oneDAL"
6262 WF_NAME="Nightly-build"
63- RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId --status completed --jq .[0].databaseId`
63+ RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId --status success --jq .[0].databaseId`
6464 echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
6565 echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"
6666 env :
@@ -154,7 +154,7 @@ jobs:
154154 run : |
155155 OTHER_REPO="oneapi-src/oneDAL"
156156 WF_NAME="Nightly-build"
157- RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId --status completed --jq .[0].databaseId`
157+ RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow "${WF_NAME}" --json databaseId --status success --jq .[0].databaseId`
158158 echo "Detected latest run id of ${RUN_ID} for workflow ${WF_NAME}"
159159 echo "run-id=${RUN_ID}" >> "$GITHUB_OUTPUT"
160160 env :
You can’t perform that action at this time.
0 commit comments