dispatch trigger for endurance test

This commit is contained in:
J
2025-10-01 18:28:32 -07:00
parent e5db886e2c
commit 0ea039fea7

View File

@@ -7,6 +7,13 @@ on:
schedule:
# run every 2 hours
- cron: '12 */2 * * *'
workflow_dispatch:
inputs:
ref:
description: 'branch or git ref to use for the build'
required: true
default: 'test/endurance'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true