diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-30 20:17:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 20:17:55 +0530 |
commit | e9211ae7bd85d285487ace60d2a405c48c115262 (patch) | |
tree | f53d08a6842f89243d7aaa4861449ca7d578fd11 | |
parent | 0dc8b5899e05231850fee3461545305bd7ba3862 (diff) | |
download | vyos-1x-e9211ae7bd85d285487ace60d2a405c48c115262.tar.gz vyos-1x-e9211ae7bd85d285487ace60d2a405c48c115262.zip |
T6572: stop repo sync for circinus
-rw-r--r-- | .github/workflows/repo-sync.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 05a0049cf..7b233b5f3 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,11 +1,11 @@ name: Repo-sync circinus on: - pull_request_target: - types: - - closed - branches: - - circinus + # pull_request_target: + # types: + # - closed + # branches: + # - circinus workflow_dispatch: jobs: |