Skip to content

Commit

Permalink
Workflow dispatch with options
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Oct 21, 2024
1 parent 146fdd3 commit 1d2b5f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@ name: PHP Tests

on:
pull_request:
workflow_dispatch:
inputs:
lando-version:
description: 'Select Lando version'
required: true
default: '3-edge'
type: choice
options:
- '3-stable'
- '3-edge'
- '3-dev'
- '4-stable'
- '4-edge'
- '4-dev'
slim:
description: 'Use slim version'
required: false
default: true
type: boolean

jobs:
leia-tests:
Expand Down

0 comments on commit 1d2b5f3

Please sign in to comment.