Skip to content

Commit

Permalink
ci: switch Orchestrion workflow back to main
Browse files Browse the repository at this point in the history
With DataDog/orchestrion#219 merged, the branch
we pinned to for the Orchestrion test is gone. Switch back to main so
the workflow can run again.
  • Loading branch information
nsrip-dd committed Aug 29, 2024
1 parent bad75f7 commit 6c4cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
test:
name: 'Run Tests'
uses: DataDog/orchestrion/.github/workflows/workflow_call.yml@eliott.bouhana/APPSEC-53773 # we don't want to pin our own action
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

0 comments on commit 6c4cc68

Please sign in to comment.