Skip to content

Commit 7b8d984

Browse files
author
Pat
authored
workflows: fix renamed perf-test call (fluent#5648)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent b678d8b commit 7b8d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-perf-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pr-perf-test-run:
1414
# We only need to test this once as the rest are chained from it.
1515
if: contains(github.event.pull_request.labels.*.name, 'ok-to-performance-test')
16-
uses: fluent/fluent-bit-ci/.github/workflows/call-run-test.yaml@main
16+
uses: fluent/fluent-bit-ci/.github/workflows/call-run-performance-test.yaml@main
1717
with:
1818
vm-name: fb-perf-test-pr-${{ github.event.number }}
1919
git-branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)