From 4765796d32dd5fced5244fd6326d6a685fa9a3b8 Mon Sep 17 00:00:00 2001 From: GitHub Service Bot Date: Tue, 9 Jun 2026 19:05:37 +0000 Subject: [PATCH] chore: sync pkg-pr-hook from qcom-build-utils Signed-off-by: GitHub Service Bot --- .github/workflows/{pr-pre-post-merge.yml => pkg-pr-hook.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{pr-pre-post-merge.yml => pkg-pr-hook.yml} (93%) diff --git a/.github/workflows/pr-pre-post-merge.yml b/.github/workflows/pkg-pr-hook.yml similarity index 93% rename from .github/workflows/pr-pre-post-merge.yml rename to .github/workflows/pkg-pr-hook.yml index 019309d..300acf5 100644 --- a/.github/workflows/pr-pre-post-merge.yml +++ b/.github/workflows/pkg-pr-hook.yml @@ -37,7 +37,7 @@ jobs: name: Build Debian Package needs: resolve-suite if: ${{ github.event.action != 'closed' || github.event.pull_request.merged == true }} - uses: qualcomm-linux/qcom-build-utils/.github/workflows/qcom-build-pkg-reusable-workflow.yml@main + uses: qualcomm-linux/qcom-build-utils/.github/workflows/pkg-build-reusable-workflow.yml@main with: qcom-build-utils-ref: main # PRE-MERGE: use the PR head branch (github.head_ref)