Skip to content

Commit

Permalink
Update testflow-sink-connector-kafka.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Nov 22, 2023
1 parent 83b8cbd commit 6190d0a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/testflow-sink-connector-kafka.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: TestFlows Tests - Sink connector(Kafka)
name: Kafka - TestFlows Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
sink_version:
description: "sink connector version"
description: "Kafka version"
required: true
type: string
default: "2023-10-30Update "
default: "latest"

env:
# SINK_CONNECTOR_VERSION: "${{ inputs.sink_version }}"
# SINK_CONNECTOR_VERSION: "2023-08-28"
SINK_CONNECTOR_VERSION: "latest"
SINK_CONNECTOR_VERSION: "${{ inputs.sink_version }}"

jobs:
testflows:
Expand Down

0 comments on commit 6190d0a

Please sign in to comment.