Skip to content

set telemetry exporter logging level to critical to avoid polluting t… #78

set telemetry exporter logging level to critical to avoid polluting t…

set telemetry exporter logging level to critical to avoid polluting t… #78

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [tests]
steps:
- name: "Done"
run: echo "Done"