[management] benchmarks use ref_name instead (#3704)

This commit is contained in:
Pascal Fischer
2025-04-17 21:57:54 +02:00
committed by GitHub
parent a4311f574d
commit f686615876

View File

@@ -478,7 +478,7 @@ jobs:
CGO_ENABLED=1 GOARCH=${{ matrix.arch }} \ CGO_ENABLED=1 GOARCH=${{ matrix.arch }} \
NETBIRD_STORE_ENGINE=${{ matrix.store }} \ NETBIRD_STORE_ENGINE=${{ matrix.store }} \
CI=true \ CI=true \
GIT_BRANCH=${{ github.head_ref }} \ GIT_BRANCH=${{ github.ref_name }} \
go test -tags=benchmark \ go test -tags=benchmark \
-run=^$ \ -run=^$ \
-bench=. \ -bench=. \