diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-30 17:19:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 17:19:49 +0200 |
commit | df15c8990c116c4264314d752abe4f1ea37403dc (patch) | |
tree | 01a7b32a77a65f7186f5c34d83631f9a6bf50f8f | |
parent | 40dd6b7ca9c6269a1b3647bef4a4b597783f3b36 (diff) | |
parent | e9211ae7bd85d285487ace60d2a405c48c115262 (diff) | |
download | vyos-1x-df15c8990c116c4264314d752abe4f1ea37403dc.tar.gz vyos-1x-df15c8990c116c4264314d752abe4f1ea37403dc.zip |
Merge pull request #3912 from kumvijaya/circinus
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: |