summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2026-03-27 22:58:45 +0530
committerkumvijaya <kumvijaya@gmail.com>2026-03-27 22:58:45 +0530
commit05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a (patch)
treeb8e8051fcb2d5a6fb0d9e5a07c49147c4bd77efb /.github/workflows
parent6ec35f95a47e20b76b1d5fece563ed3ec8ea57d4 (diff)
downloadvyos-http-api-tools-05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a.tar.gz
vyos-http-api-tools-05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a.zip
T8218: Updated workflows for pullrequest_target policy change
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 }}