Skip to content

Commit

Permalink
Add manual triggering of load-testing workflow
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal2001 <[email protected]>
  • Loading branch information
anushkamittal2001 committed Sep 29, 2023
1 parent 386d546 commit 0f61ba8
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/load-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
name: Kyverno Load Testing

# on:
# workflow_dispatch:
# push:
# branches:
# - '*'
# pull_request:
# branches:
# - 'main'
# - 'release*'

on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
- 'release*'
workflow_dispatch:
inputs:
manual-trigger:
description: 'Manually trigger the workflow'
required: true
default: 'true'

jobs:
run-kyverno-load-testing:
Expand Down

0 comments on commit 0f61ba8

Please sign in to comment.