Skip to content

Fixes from Review (together with KK) #2

Fixes from Review (together with KK)

Fixes from Review (together with KK) #2

name: Periodic Validation
on:
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
checks:
name: Checks
uses: ./.github/workflows/checks.yml
fast-tests:
name: Fast Tests
uses: ./.github/workflows/fast-tests.yml
slow-tests:
name: Slow Tests
uses: slow-tests.yml

Check failure on line 20 in .github/workflows/periodic-validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/periodic-validation.yml

Invalid workflow file

invalid value workflow reference: no version specified
#Do not inherit secrets because ITDE Slow Tests does not need it
metrics:
name: Report Metrics
needs: [ checks, fast-tests ]
uses: report.yml