Merge pull request #36329 from ClickHouse/debug-dispatch

Add dispatch trigger for debug CI
This commit is contained in:
Alexey Milovidov 2022-04-18 03:18:08 +03:00 committed by GitHub
commit b543135063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
name: Debug
'on':
[push, pull_request, release]
[push, pull_request, release, workflow_dispatch]
jobs:
DebugInfo: