2
0
mirror of synced 2025-01-12 01:24:23 +00:00
cs-codex-dist-tests/.github/workflows/report-HoldMyBeerTest.yaml
2024-01-23 10:47:36 +02:00

21 lines
473 B
YAML

name: Report - HoldMyBeerTest
on:
# schedule:
# - cron: '30 1 */2 * *'
workflow_dispatch:
jobs:
run_tests:
name: Call runner
uses: ./.github/workflows/run-continuous-tests.yaml
with:
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
branch: master
nameprefix: c-tests-report-holdmybeertest-48h
tests_target_duration: 48h
tests_filter: HoldMyBeerTest
tests_cleanup: true
secrets: inherit