Skip to content

Commit 4269471

Browse files
committed
Update workflow
1 parent 84983e9 commit 4269471

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/linux-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
uses: stefanzweifel/git-auto-commit-action@v4
3535
with:
3636
commit_message: "Update benchmark results from GitHub Actions (Linux)"
37-
file_pattern: benchmark_results_linux_gcc/*
37+
file_pattern: benchmark_results_linux_gcc/*
38+
add_options: -f

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828

2929
- name: Run tests and update benchmarks
3030
run: .\run_tests.bat
31-
31+
3232
- name: Pull latest changes
3333
run: git pull
3434
- name: Commit changes
3535
uses: stefanzweifel/git-auto-commit-action@v4
3636
with:
3737
commit_message: "Update benchmark results from GitHub Actions (Windows)"
38-
file_pattern: benchmark_results_windows_msvc/*
38+
file_pattern: benchmark_results_windows_msvc/*
39+
add_options: -f

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
build
2-
.vscode/*
1+
build/*
2+
.vscode/*
3+
benchmark_results_windows_msvc/*
4+
benchmark_results_linux_gcc/*

0 commit comments

Comments
 (0)