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,17 +1,17 @@ name: Repo-sync circinus on: - pull_request_target: - types: - - closed - branches: - - circinus + # pull_request_target: + # types: + # - closed + # branches: + # - circinus workflow_dispatch: jobs: trigger-sync: uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@circinus secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} PAT: ${{ secrets.PAT }}