mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-24 00:22:29 +02:00
- Update Next.js build IDs and chunk hashes in workflow upload static files - Replace deprecated 'input' field syntax with new exports-style variables in event triggers (e.g., 'Target: event_data.value' instead of type/field/name) - Simplify parameter override syntax in test workflows (remove nested 'default' structure)
12 lines
255 B
YAML
12 lines
255 B
YAML
name: test-extends-aggressive
|
|
kind: module
|
|
description: Aggressive variant - extends base with higher resource usage
|
|
tags: test,extends,aggressive
|
|
extends: test-extends-base
|
|
|
|
override:
|
|
params:
|
|
threads: "50"
|
|
rate_limit: "500"
|
|
verbose: "true"
|