Skip to content

Commit

Permalink
switch to always use github.sha
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Aug 5, 2024
1 parent 11bca3f commit de1101a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Orchestrion
on:
workflow_dispatch: # manually
schedule: # nightly
- cron: "0 0 * * *"
pull_request:
merge_group:
push:
Expand All @@ -18,4 +16,4 @@ jobs:
name: 'Run Tests'
uses: DataDog/orchestrion/.github/workflows/[email protected]/smoke-tests
with:
dd-trace-go-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
dd-trace-go-ref: ${{ github.sha }}

0 comments on commit de1101a

Please sign in to comment.