Skip to content

[DEV-762] Allow overriding the deadline at the call level while reading events #89

[DEV-762] Allow overriding the deadline at the call level while reading events

[DEV-762] Allow overriding the deadline at the call level while reading events #89

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "docs/**"
- "samples/**"
- "**.md"
push:
branches:
- trunk
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
build:
uses: ./.github/workflows/build.yml
ci:
name: Tests (CI)
uses: ./.github/workflows/tests.yml
with:
runtime: ci
secrets: inherit