diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-03-27 22:58:45 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-03-27 22:58:45 +0530 |
| commit | 05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a (patch) | |
| tree | b8e8051fcb2d5a6fb0d9e5a07c49147c4bd77efb | |
| parent | 6ec35f95a47e20b76b1d5fece563ed3ec8ea57d4 (diff) | |
| download | vyos-http-api-tools-05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a.tar.gz vyos-http-api-tools-05a0ebf6fb3eb4528c0aca21394b6f7c1da26d3a.zip | |
T8218: Updated workflows for pullrequest_target policy change
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 4 |
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 }} |
