Skip to content

Move Documentation CI #34

Move Documentation CI

Move Documentation CI #34

Workflow file for this run

name: SDK Tests CI
on:
pull_request:
paths:
- '.github/workflows/**'
- 'sdk/**'
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
sdk_test:
name: SDK Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1