diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-10-19 20:45:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 18:15:22 +0300 |
commit | fa272f5297177354714ee7867104f43e4e322df6 (patch) | |
tree | 43206ba1092c9609661f147e206591aca34a9668 /.github/workflows | |
parent | 1bf2cf737e9e7f09ee1d5c62691cd5bfa6eb9f05 (diff) | |
download | vyos-1x-fa272f5297177354714ee7867104f43e4e322df6.tar.gz vyos-1x-fa272f5297177354714ee7867104f43e4e322df6.zip |
T6784: enabled repo-sync wokrflow only for current and equuleus (#4163)
Diffstat (limited to '.github/workflows')
-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 6da2fb40d..752cf947a 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -6,6 +6,7 @@ on: - closed branches: - current + - equuleus workflow_dispatch: jobs: |