22.8 Backport 72190 respect prefer_locahost_replica=0 in parallel_distributed_insert_select to 22.8 #3784
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The CI for each commit, prints envs and content of GITHUB_EVENT_PATH | |
name: Debug | |
'on': | |
[push, pull_request, release, workflow_dispatch] | |
jobs: | |
DebugInfo: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/debug-action@1201a20fc9d278ddddd5f0f46922d06513892491 |