mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-26 20:09:29 +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"
|
description: "Comma-delineated list of OS targets to run tests on"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
os:
|
||||||
|
description: "Comma-delineated list of OS targets to run tests on"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue