Skip to content

Dispatch

Dispatch #7

Workflow file for this run

name: "Dispatch"
on:
workflow_dispatch:
inputs:
version:
description: "Version tag"
required: true
type: string
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
esdb_version: ${{ inputs.version }}