From 9b603b12146bf7f8da16eaa58acb4bf416db427e Mon Sep 17 00:00:00 2001 From: GitHub Service Bot Date: Thu, 21 May 2026 00:38:04 +0000 Subject: [PATCH] chore: sync pr-pre-post-merge from qcom-build-utils Signed-off-by: GitHub Service Bot --- .github/workflows/pr-pre-post-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-pre-post-merge.yml b/.github/workflows/pr-pre-post-merge.yml index 71a6648..635780a 100644 --- a/.github/workflows/pr-pre-post-merge.yml +++ b/.github/workflows/pr-pre-post-merge.yml @@ -22,4 +22,4 @@ jobs: # PRE-MERGE: use the PR head branch (github.head_ref) # POST-MERGE: use the base branch name from the PR (e.g. "debian/qcom-next") debian-ref: ${{ (github.event.action == 'closed' && github.event.pull_request.merged) && github.event.pull_request.base.ref || github.head_ref }} - debusine-parent-workspace: ${{ vars.DEBUSINE_PARENT_WORKSPACE || 'ci' }} + debusine-parent-workspace: ${{ vars.DEBUSINE_PARENT_WORKSPACE }}