Skip to content

ci: setup orchestrion integration tests #8

ci: setup orchestrion integration tests

ci: setup orchestrion integration tests #8

Workflow file for this run

name: Orchestrion
on:
workflow_dispatch: # manually
schedule: # nightly
- cron: "0 0 * * *"
pull_request:
merge_group:
push:
branches:
- release-v*
concurrency:
# Automatically cancel previous runs if a new one is triggered to conserve resources.
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
jobs:
test:
name: 'Run Tests'
uses: DataDog/orchestrion/.github/workflows/[email protected]/smoke-tests
with:
dd-trace-go-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}