Skip to content

Commit

Permalink
use debug branch for smoke tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Oct 18, 2024
1 parent 22de338 commit 9ba39f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
smoke-tests:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-smoke-tests')"
name: Smoke Tests
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@main
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@eliott.bouhana/waf-log-level-smoke-test
with:
ref: main
go-libddwaf-ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit 9ba39f8

Please sign in to comment.