Skip to content

feat: add multi stream append support #50

feat: add multi stream append support

feat: add multi stream append support #50

Workflow file for this run

name: Previous LTS
on:
pull_request:
push:
branches:
- trunk
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
build:
uses: ./.github/workflows/build.yml
previous-lts:
name: Tests (Previous LTS)
uses: ./.github/workflows/tests.yml
with:
runtime: previous-lts
secrets: inherit