Skip to content

Commit

Permalink
Correct after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Varagon007 committed Sep 26, 2023
1 parent 9fe472f commit c682079
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
name: test_clickhouse_version

run-name: ${{ inputs.prefix }}_${{github.workflow}}_${{ inputs.uuid }}
run-name: ${{github.workflow}}_${{ inputs.clickhouse_version }}_${{ inputs.id || github.run_number }}

on:
workflow_dispatch:
inputs:
prefix:
description: 'Prefix runtime workflow'
required: false
clickhouse_version:
description: 'ClickHouse version'
required: true
type: string
default: ""
uuid:
description: 'UUID that can correct understand start'
id:
description: 'Run identifier'
required: false
type: string
default: ""
clickhouse_version:
description: 'Clickhouse version'
required: true
type: string

jobs:
test_integration:
Expand Down

0 comments on commit c682079

Please sign in to comment.