Skip to content

ddtrace/tracer: add uptrace/bun to telemetry's supported contribs #23

ddtrace/tracer: add uptrace/bun to telemetry's supported contribs

ddtrace/tracer: add uptrace/bun to telemetry's supported contribs #23

Workflow file for this run

name: Orchestrion
on:
workflow_dispatch: # manually
pull_request:
merge_group:
push:
branches:
- release-v*
permissions: read-all
concurrency:
# Automatically cancel previous runs if a new one is triggered to conserve resources.
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: 'Run Tests'
uses: DataDog/orchestrion/.github/workflows/[email protected]/smoke-tests

Check failure on line 20 in .github/workflows/orchestrion.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/orchestrion.yml

Invalid workflow file

error parsing called workflow ".github/workflows/orchestrion.yml" -> "DataDog/orchestrion/.github/workflows/[email protected]/smoke-tests" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
dd-trace-go-ref: ${{ github.sha }}