6
0
This commit is contained in:
Jon Michael Aanes 2024-04-04 00:03:37 +02:00
parent d59bcdb676
commit 6d6eb41e5a
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -2,17 +2,6 @@ name: LÖVE Game Load Test
on:
workflow_call:
inputs:
VERSION:
required: true
ITCH_USERNAME:
required: false
ITCH_GAME_ID:
required: false
STEAM_APP_ID:
required: false
STEAM_RELEASE_BRANCH:
required: false
secrets:
PIPELINE_WORKER_SSH_KEY:
type: string
@ -23,15 +12,6 @@ on:
PIPELINE_WORKER_USERNAME:
type: string
required: true
BUTLER_API_KEY:
type: string
required: false
STEAM_USERNAME:
type: string
required: false
STEAM_CONFIG_VDF:
type: string
required: false
jobs:
game-load-test: