diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-01 11:40:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 11:40:37 +0100 |
| commit | 96b9fdcc276a058dea9dedc602a596d27a1fb982 (patch) | |
| tree | fea6c53e2580dcbf2e4ecb8812f80d1d424c046e /.github | |
| parent | e358b4e345d96a488aa2f53aa93566a75aa6f875 (diff) | |
| parent | a49c37084d15e409dd662b920e6a7a6932c51c4b (diff) | |
| download | ipaddrcheck-96b9fdcc276a058dea9dedc602a596d27a1fb982.tar.gz ipaddrcheck-96b9fdcc276a058dea9dedc602a596d27a1fb982.zip | |
Merge pull request #20 from kumvijaya/current
T8218: Updated workflows for pullrequest_target policy change
Diffstat (limited to '.github')
| -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 }} |
