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 b678d8b commit 7b8d984Copy full SHA for 7b8d984
.github/workflows/pr-perf-test.yaml
@@ -13,7 +13,7 @@ jobs:
13
pr-perf-test-run:
14
# We only need to test this once as the rest are chained from it.
15
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
+ uses: fluent/fluent-bit-ci/.github/workflows/call-run-performance-test.yaml@main
17
with:
18
vm-name: fb-perf-test-pr-${{ github.event.number }}
19
git-branch: ${{ github.head_ref }}
0 commit comments