We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5eb92 commit 3ac659cCopy full SHA for 3ac659c
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@main
22
with:
23
ref: main
24
- go-libddwaf-ref: ${{ inputs.ref || github.ref }}
+ go-libddwaf-ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
25
26
# A simple join target to simplify setting up branch protection settings in GH.
27
done:
0 commit comments