Skip to content

Commit

Permalink
Create high-load.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed Apr 26, 2024
1 parent 893bc1e commit 8a54619
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/high-load.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: high-load
on:
schedule:
- cron: '0 11 2 * *' # 2nd of each month at 11am
workflow_dispatch:
jobs:
call-reusable-build:
uses: ./.github/workflows/reusable-build.yaml
secrets: inherit
with:
scenarios-path: config/scenarios-high-load.csv
approaches: loom-netty,webflux-netty

0 comments on commit 8a54619

Please sign in to comment.