mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
dispatch trigger for endurance test
This commit is contained in:
7
.github/workflows/endurance-test.yml
vendored
7
.github/workflows/endurance-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user