From 45ce7b68fa72664a408a4daa71ce47b503a8a1e3 Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Wed, 22 Jan 2025 12:10:16 +0100 Subject: [PATCH] chore: switch orchestrion CI to refer to main branch (#3110) --- .github/workflows/orchestrion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/orchestrion.yml b/.github/workflows/orchestrion.yml index f5a345673f..f661f09b8c 100644 --- a/.github/workflows/orchestrion.yml +++ b/.github/workflows/orchestrion.yml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 with: repository: ${{ inputs.orchestrion-version != '' && 'DataDog/dd-trace-go' || github.repository }} - ref: ${{ inputs.orchestrion-version != '' && 'romain.marcadier/APPSEC-55160/orchestrion' || github.sha }} # TODO: Change to `main` in workflow_call case + ref: ${{ inputs.orchestrion-version != '' && 'main' || github.sha }} - name: Setup Go uses: actions/setup-go@v5 with: @@ -97,7 +97,7 @@ jobs: with: path: ${{ github.workspace }}/dd-trace-go repository: ${{ inputs.orchestrion-version != '' && 'DataDog/dd-trace-go' || github.repository }} - ref: ${{ inputs.orchestrion-version != '' && 'romain.marcadier/APPSEC-55160/orchestrion' || github.sha }} # TODO: Change to `main` in workflow_call case + ref: ${{ inputs.orchestrion-version != '' && 'main' || github.sha }} # If we're in workflow_dispatch/call, maybe we need to up/downgrade orchestrion - name: Check out orchestrion if: inputs.orchestrion-version != ''