Skip to content

LTS

LTS #807

Workflow file for this run

name: "LTS"
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
image: ${{ fromJSON(vars.KURRENTDB_DOCKER_IMAGES).lts.fullname }}
secrets: inherit