Compare commits

..
+2 -1
View File
@@ -24,5 +24,6 @@ jobs:
destination_repo: OpenRouterTeam/openrouter-web destination_repo: OpenRouterTeam/openrouter-web
workflow: push workflow: push
push_move: '||sdks/python||**' push_move: '||sdks/python||**'
push_exclude: '.github/workflows/copybara-sync.yaml' # Exclude .speakeasy/ to preserve monorepo's gen.lock (contains repo-specific git hashes)
push_exclude: '.github/workflows/copybara-sync.yaml,.speakeasy'
copybara_options: ${{ github.event_name == 'pull_request_target' && '--force' || '' }} copybara_options: ${{ github.event_name == 'pull_request_target' && '--force' || '' }}