Skip to content

Commit

Permalink
Update k8s-local-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Levuskin authored Oct 2, 2024
1 parent ffd5903 commit 3b411b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/k8s-local-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name: k8s-local-python
on:
workflow_dispatch:
inputs:
read-rps:
description: Required Read RPS
required: true
type: string
default: '1000'
write-rps:
description: Required Write RPS
required: true
type: string
default: '50'
pull_request:
branches:
- 'k8s-local'
Expand Down

0 comments on commit 3b411b5

Please sign in to comment.