summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-03-16 13:01:01 +0000
committerGitHub <noreply@github.com>2026-03-16 13:01:01 +0000
commit885cbd806b64badf4b8893cbd8ee8dd5fa484905 (patch)
treece5278c2d4b31ee34206a6676e910410e2045cfa
parent84096d9fe683938527e0db1aa846f1a052524563 (diff)
parent73cd1a7d304c424da4a363d2a83c71d86b9cbea7 (diff)
downloadlive-boot-885cbd806b64badf4b8893cbd8ee8dd5fa484905.tar.gz
live-boot-885cbd806b64badf4b8893cbd8ee8dd5fa484905.zip
Merge pull request #10 from kumvijaya/current
T8218: Fixed pull request branch fetching issue post Github pullrequest policy update
-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 }}