18 lines
235 B
YAML
18 lines
235 B
YAML
name: Docs Test Suite
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
release:
|
|
workflow_dispatch:
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
env:
|
|
RUNTIME__LOG_LEVEL: ERROR
|
|
ENV: 'dev'
|
|
|
|
jobs:
|
|
|