Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update ci-cd.yml to allow manual running of workflows (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Nov 3, 2023
1 parent 564aca9 commit dcedec7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ on:
branches: ['main']
schedule:
- cron: '0 1 * * SUN'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true

jobs:
build:
Expand Down

0 comments on commit dcedec7

Please sign in to comment.