mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow manually triggering the pipeline
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
4cc6baf4a4
commit
ee3244a678
1 changed files with 12 additions and 2 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -1,8 +1,18 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push: {}
|
||||
pull_request: {}
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
testrun-type:
|
||||
description: Type of test run
|
||||
required: true
|
||||
default: 'full'
|
||||
type: choice
|
||||
options:
|
||||
- full
|
||||
- changed
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
|
|
Loading…
Add table
Reference in a new issue