ddtrace/tracer: add uptrace/bun to telemetry's supported contribs #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/workflow_call.yml@eliott.bouhana/smoke-tests | ||
Check failure on line 20 in .github/workflows/orchestrion.yml GitHub Actions / .github/workflows/orchestrion.ymlInvalid workflow file
|
||
with: | ||
dd-trace-go-ref: ${{ github.sha }} |