Skip to content

Commit

Permalink
Update testflow-sink-connector-lightweight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Nov 22, 2023
1 parent fef3ddf commit 83b8cbd
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/testflow-sink-connector-lightweight.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: TestFlows Tests - Sink Connector(Light-weight)
name: Lightweight - TestFlows Tests

on:
push:
branches: [ main, develop]
pull_request:
branches: [ main , develop]
on:
workflow_dispatch:
inputs:
sink_version:
description: "sink connector version"
description: "Lightweight version"
required: true
type: string
default: 2023-11-16
default: latest

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

jobs:
testflows_lightweight:
Expand Down

0 comments on commit 83b8cbd

Please sign in to comment.