Skip to content

Commit 635acab

Browse files
committed
Update workflows
1 parent f0e4cc9 commit 635acab

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: stefanzweifel/git-auto-commit-action@v4
2929
with:
3030
commit_message: "Update benchmark results from GitHub Actions (Linux)"
31-
file_pattern: benchmark_results_linux_gcc/* README.md test_results.txt
31+
file_pattern: benchmark_results_linux_gcc/*

.github/workflows/update-readme.yml

Whitespace-only changes.

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
uses: stefanzweifel/git-auto-commit-action@v4
3232
with:
3333
commit_message: "Update benchmark results from GitHub Actions (Windows)"
34-
file_pattern: benchmark_results_windows_msvc/* README.md test_results.txt
34+
file_pattern: benchmark_results_windows_msvc/*

0 commit comments

Comments
 (0)