ClickHouse/.github/workflows/debug.yml

12 lines
307 B
YAML
Raw Normal View History

2022-02-16 12:15:00 +00:00
# The CI for each commit, prints envs and content of GITHUB_EVENT_PATH
name: Debug
'on':
2023-02-13 11:17:04 +00:00
[push, pull_request, pull_request_review, release, workflow_dispatch, workflow_call]
2022-02-16 12:15:00 +00:00
jobs:
DebugInfo:
runs-on: ubuntu-latest
steps:
2024-04-29 10:27:40 +00:00
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6