mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-05-10 13:15:26 +02:00
14 lines
298 B
YAML
14 lines
298 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:
|
|
name: stack test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- uses: ./.github/actions/stack-test
|