add workflow dispatch to test workflow (#94)

This commit is contained in:
Josh Thomas 2025-04-21 10:24:37 -05:00 committed by GitHub
parent e54869a151
commit 3774e2cfb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,12 @@ on:
description: "Comma-delineated list of OS targets to run tests on"
required: false
type: string
workflow_dispatch:
inputs:
os:
description: "Comma-delineated list of OS targets to run tests on"
required: false
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}