Skip to content

Commit b0cb177

Browse files
authored
Update ci.yml (#2142)
1 parent 36aeb1c commit b0cb177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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:

0 commit comments

Comments
 (0)