mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
12 lines
307 B
YAML
12 lines
307 B
YAML
# 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
|