summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2026-03-14 20:04:01 +0530
committerkumvijaya <kumvijaya@gmail.com>2026-03-14 20:04:01 +0530
commit73cd1a7d304c424da4a363d2a83c71d86b9cbea7 (patch)
treece5278c2d4b31ee34206a6676e910410e2045cfa /.github/workflows
parent84096d9fe683938527e0db1aa846f1a052524563 (diff)
downloadlive-boot-73cd1a7d304c424da4a363d2a83c71d86b9cbea7.tar.gz
live-boot-73cd1a7d304c424da4a363d2a83c71d86b9cbea7.zip
T8218: Fixed pull request branch fetching issue post Github pullrequest policy update
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/trigger-rebuild-repo-package.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml
index 37ec832..e26669b 100644
--- a/.github/workflows/trigger-rebuild-repo-package.yml
+++ b/.github/workflows/trigger-rebuild-repo-package.yml
@@ -6,6 +6,8 @@ on:
- closed
branches:
- current
+ - circinus
+ - sagitta
workflow_dispatch:
jobs:
@@ -23,7 +25,7 @@ jobs:
needs: get_repo_name
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
with:
- branch: ${{ github.ref_name }}
+ branch: ${{ github.event.pull_request.base.ref }}
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
secrets:
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}