mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: add workflow_dispatch event to testing workflows
This allows us to easily test the release branch if needed.
This commit is contained in:
parent
443ea1b00d
commit
1bfe6fdceb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
- '**/CMakePresets.json'
|
- '**/CMakePresets.json'
|
||||||
- 'cmake.*/**'
|
- 'cmake.*/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -10,6 +10,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
- 'release-[0-9]+.[0-9]+'
|
- 'release-[0-9]+.[0-9]+'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'contrib/**'
|
- 'contrib/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
1
.github/workflows/test_windows.yml
vendored
1
.github/workflows/test_windows.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
functionaltest_timeout:
|
functionaltest_timeout:
|
||||||
default: 20
|
default: 20
|
||||||
type: number
|
type: number
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
|
Loading…
Reference in New Issue
Block a user