Skip to content

Commit

Permalink
Use GitHub secret to filter in perftests.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ckadluba committed Oct 3, 2024
1 parent 25f4573 commit af9de4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: pwsh

- name: Run performance tests
run: ./RunPerfTests.ps1
run: ./RunPerfTests.ps1 -Filter ${{ secrets.PERF_TESTS_FILTER }}
shell: pwsh

- name: Upload perf test results artifact
Expand Down

0 comments on commit af9de4a

Please sign in to comment.