Remove test workflow
This commit is contained in:
parent
cfbd339cde
commit
0e9dc6572b
14
.github/workflows/test-dispatch.yaml
vendored
14
.github/workflows/test-dispatch.yaml
vendored
@ -1,14 +0,0 @@
|
|||||||
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 }}"
|
|
||||||
Loading…
Reference in New Issue
Block a user