Skip to content

Commit

Permalink
Add option to test server RC on manual run of tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Feb 15, 2024
1 parent 400c379 commit aee1d8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
unlabeled
]
workflow_dispatch:
inputs:
test-server-rc:
type: boolean
default: false
required: true

jobs:
lint:
Expand Down

0 comments on commit aee1d8e

Please sign in to comment.