Remove test workflow

This commit is contained in:
Timothy Carambat 2026-03-05 08:47:03 -08:00
parent cfbd339cde
commit 0e9dc6572b

View File

@ -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 }}"