summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-06-27 17:11:12 +0200
committerGitHub <noreply@github.com>2024-06-27 17:11:12 +0200
commit5f6e4bc06d02ec363158fd2291ab84b65c5bd34e (patch)
tree03852c408fb2c4661e20d915fbb18e29eead2a12
parent7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf (diff)
parent2c1aff96ebe4d61e26bb20d1ea074083eebbd042 (diff)
downloadvyos-1x-5f6e4bc06d02ec363158fd2291ab84b65c5bd34e.tar.gz
vyos-1x-5f6e4bc06d02ec363158fd2291ab84b65c5bd34e.zip
Merge pull request #3713 from sever-sever/T6415-cir
T6415: Actions set circinus repo sync
-rw-r--r--.github/workflows/repo-sync.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml
index 585c04704..05a0049cf 100644
--- a/.github/workflows/repo-sync.yml
+++ b/.github/workflows/repo-sync.yml
@@ -1,16 +1,16 @@
-name: Repo-sync circinus-stream
+name: Repo-sync circinus
on:
pull_request_target:
types:
- closed
branches:
- - circinus-stream
+ - circinus
workflow_dispatch:
jobs:
trigger-sync:
- uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus-stream
+ uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}