Skip to content

Crontab

Crontab #444

Workflow file for this run

name: Crontab
on:
schedule:
- cron: '0 0 * * *'
jobs:
test-smoke:
uses: mindee/mindee-api-ruby/.github/workflows/_test-smoke.yml@main
secrets: inherit
test-cli:
uses: mindee/mindee-api-ruby/.github/workflows/_test-cli.yml@main
secrets: inherit