mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
add workflow dispatch to test workflow (#94)
This commit is contained in:
parent
e54869a151
commit
3774e2cfb1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue