Skip to content

Commit

Permalink
T6572: trigger remote pr only for circinus pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Jul 29, 2024
1 parent 7724a5f commit c93bac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
types:
- closed
branches:
- current
- circinus

jobs:
trigger-PR:
uses: vyos/.github/.github/workflows/trigger-pr.yml@current
with:
source_branch: 'current'
source_branch: 'circinus'
target_branch: 'circinus'
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
Expand Down

0 comments on commit c93bac4

Please sign in to comment.