Skip to content

Commit

Permalink
Merge pull request #3540 from sever-sever/T6415-reuse
Browse files Browse the repository at this point in the history
T6349: Reuse repo sync
  • Loading branch information
dmbaturin authored May 29, 2024
2 parents db4c7f1 + 8c67e6a commit 084699f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Repo-sync

on:
pull_request:
types:
- closed
branches:
- current

jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
secrets: inherit

0 comments on commit 084699f

Please sign in to comment.