Skip to content

Commit 47c7488

Browse files
committed
CCM-11726 Update caller run ID
1 parent d652b2b commit 47c7488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch_internal_repo_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "Workflow triggered. Waiting for the workflow to complete.."
9898
9999
# Poll GitHub API to check the workflow status
100-
callerRunId="${GITHUB_RUN_ID}"
100+
callerRunId="${GITHUB_RUN_ID}-${GITHUB_JOB}"
101101
102102
workflow_run_url=""
103103
for i in {1..18}; do

0 commit comments

Comments
 (0)