mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-05-11 05:27:49 +02:00
10 lines
207 B
YAML
10 lines
207 B
YAML
name: biweekly cache warmup
|
|
on:
|
|
schedule:
|
|
# Every Monday and Thursday at 11:23 UTC
|
|
- cron: '23 11 * * mon,thu'
|
|
workflow_dispatch:
|
|
jobs:
|
|
stack-test:
|
|
uses: ./.github/workflows/stack-test.yml
|