We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e4cc9 commit 635acabCopy full SHA for 635acab
3 files changed
.github/workflows/linux-tests.yml
@@ -28,4 +28,4 @@ jobs:
28
uses: stefanzweifel/git-auto-commit-action@v4
29
with:
30
commit_message: "Update benchmark results from GitHub Actions (Linux)"
31
- file_pattern: benchmark_results_linux_gcc/* README.md test_results.txt
+ file_pattern: benchmark_results_linux_gcc/*
.github/workflows/update-readme.yml
.github/workflows/windows-tests.yml
@@ -31,4 +31,4 @@ jobs:
32
33
commit_message: "Update benchmark results from GitHub Actions (Windows)"
34
- file_pattern: benchmark_results_windows_msvc/* README.md test_results.txt
+ file_pattern: benchmark_results_windows_msvc/*
0 commit comments