Skip to content

Commit

Permalink
ci: setup orchestrion integration tests (#2785)
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness authored Aug 6, 2024
1 parent 908da63 commit 6674e13
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 6674e13

Please sign in to comment.