Skip to content

contrib/gocql/gocql: implement observer api based tracing (#2805) #57

contrib/gocql/gocql: implement observer api based tracing (#2805)

contrib/gocql/gocql: implement observer api based tracing (#2805) #57

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/workflow_call.yml@main # we don't want to pin our own action
with:
dd-trace-go-ref: ${{ github.sha }}
runs-on: ubuntu-latest-16-cores

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

View workflow run for this annotation

GitHub Actions / Orchestrion

Invalid workflow file

The workflow is not valid. .github/workflows/orchestrion.yml (Line: 23, Col: 16): Invalid input, runs-on is not defined in the referenced workflow.