Skip to content

Commit

Permalink
Merge branch 'DataDog:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ALX99 authored Aug 7, 2024
2 parents 70dc76d + 6674e13 commit b2306df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
with:
dd-trace-go-ref: ${{ github.sha }}

0 comments on commit b2306df

Please sign in to comment.