Merge pull request #61725 from ClickHouse/ci_modify_ci_from_pr_body #42
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, pull_request_review, release, workflow_dispatch, workflow_call] | |
jobs: | |
DebugInfo: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/debug-action@a701ed95a46e6f2fb0df25e1a558c16356fae35a |