Skip to content

Commit 3ac659c

Browse files
authored
chore: use github.sha instead of github.ref (#67)
1 parent ca5eb92 commit 3ac659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@main
2222
with:
2323
ref: main
24-
go-libddwaf-ref: ${{ inputs.ref || github.ref }}
24+
go-libddwaf-ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
2525

2626
# A simple join target to simplify setting up branch protection settings in GH.
2727
done:

0 commit comments

Comments
 (0)