diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-30 12:24:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:24:20 +0530 |
commit | a2407a3ff8ce9a7cdcc9bda8da590899b2dcd55a (patch) | |
tree | ae5fca09a7ce7d1cfec64eec3c1be5c0be73beab | |
parent | b7595ee9d328778105c70e3d4399ac45f555b304 (diff) | |
parent | dcaeb33ffb6db5640090dd9fa94e45b0e04da940 (diff) | |
download | vyos-1x-a2407a3ff8ce9a7cdcc9bda8da590899b2dcd55a.tar.gz vyos-1x-a2407a3ff8ce9a7cdcc9bda8da590899b2dcd55a.zip |
Merge pull request #3549 from sever-sever/T6415-dispatch
T6415: Allow repo-sync workflow to be triggered manually
-rw-r--r-- | .github/workflows/repo-sync.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 84fd0d7da..a2bf54f74 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -6,6 +6,7 @@ on: - closed branches: - current + workflow_dispatch: jobs: trigger-sync: |