Skip to content

Commit

Permalink
Update starter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madkoo authored Dec 5, 2024
1 parent 12adaed commit af85506
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@ on:
- cron: '11 11 * * 5'

# Manual events
workflow_dispatch:
inputs:
homedrive:
description: 'The home drive on the machine'
required: true
default: '/home'
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
run_matrix:
description: 'Run the matrix jobs'
required: true
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true


# Trigger using the API
Expand Down

0 comments on commit af85506

Please sign in to comment.