Merge pull request #38095 from ClickHouse/cherry-pick-dispatch

Add dispatch to CherryPick action
This commit is contained in:
Mikhail f. Shiryaev 2022-06-15 16:53:36 +02:00 committed by GitHub
commit 8ef1f851f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ concurrency:
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */3 * * *'
workflow_dispatch:
jobs:
CherryPick:
runs-on: [self-hosted, style-checker]