Skip to content

Crontab

Crontab #12

Workflow file for this run

name: Crontab
on:
schedule:
- cron: '32 0 * * *'
jobs:
test_regressions:
uses: mindee/mindee-api-python/.github/workflows/_test-regressions.yml@main
secrets: inherit
test_code_samples:
uses: mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@main
secrets: inherit