diff options
Diffstat (limited to '.github/workflows/repo-sync.yml')
| -rw-r--r-- | .github/workflows/repo-sync.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 36f323cdd..585c04704 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,16 +1,16 @@ -name: Repo-sync +name: Repo-sync circinus-stream on: pull_request_target: types: - closed branches: - - current + - circinus-stream workflow_dispatch: jobs: trigger-sync: - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus-stream secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} |
