13 lines
242 B
YAML
13 lines
242 B
YAML
name: Nightly QA
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
run-qa:
|
|
name: 🛡️ Nightly Quality Assurance
|
|
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@main
|
|
secrets: inherit
|