mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-15 23:20:32 +03:00
Test dispatch workflow
This commit is contained in:
14
.github/workflows/test-dispatch.yaml
vendored
Normal file
14
.github/workflows/test-dispatch.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Test Dispatch
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
test_input:
|
||||
description: 'Test input'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Input was ${{ inputs.test_input }}"
|
||||
Reference in New Issue
Block a user