Skip to content

Commit

Permalink
chore: switch orchestrion CI to refer to main branch (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Jan 22, 2025
1 parent 753f98c commit 45ce7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 != ''
Expand Down

0 comments on commit 45ce7b6

Please sign in to comment.