Skip to content

Commit af9de4a

Browse files
committed
Use GitHub secret to filter in perftests.yml
The GitHub secret PERF_TESTS_FILTER will control which benchmarks are executed in perftests.yml. Using a plain GitHub repo variable did not work for some reason.
1 parent 25f4573 commit af9de4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perftests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: pwsh
1616

1717
- name: Run performance tests
18-
run: ./RunPerfTests.ps1
18+
run: ./RunPerfTests.ps1 -Filter ${{ secrets.PERF_TESTS_FILTER }}
1919
shell: pwsh
2020

2121
- name: Upload perf test results artifact

0 commit comments

Comments
 (0)