2
0
mirror of synced 2025-01-12 17:44:08 +00:00
cs-codex-dist-tests/.github/workflows/report-HoldMyBeerTest.yaml

21 lines
461 B
YAML
Raw Normal View History

2023-11-19 21:13:40 +02:00
name: Report - HoldMyBeerTest
on:
schedule:
2023-11-22 12:38:19 +02:00
- cron: '30 * */2 * *'
2023-11-19 21:13:40 +02:00
workflow_dispatch:
jobs:
run_tests:
name: Call runner
uses: ./.github/workflows/continuous-tests.yaml
with:
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
branch: master
nameprefix: c-tests-report-holdmybeertest
tests_target_duration: 48h
tests_filter: HoldMyBeerTest
tests_cleanup: true
secrets: inherit