Skip to content

Commit 4438530

Browse files
committed
I now realize why the other git workflows had an arbitrary pull
1 parent d028580 commit 4438530

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devops/actions/benchmarking/aggregate/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ runs:
7070
cd ./llvm-ci-perf-results
7171
git config user.name "SYCL Benchmarking Bot"
7272
git config user.email "[email protected]"
73+
git pull
7374
git add .
7475
git commit -m "[GHA] Aggregate median data from $SANITIZED_TIMESTAMP to $(date +%Y%m%d_%H%M%S)"
7576
git push "https://[email protected]/$SANITIZED_PERF_RES_GIT_REPO.git" "$SANITIZED_PERF_RES_GIT_BRANCH"

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ runs:
5151
cd "./llvm-ci-perf-results"
5252
git config user.name "SYCL Benchmarking Bot"
5353
git config user.email "[email protected]"
54+
git pull
5455
git add .
5556
git commit -m "[GHA] Upload compute-benchmarks results from https://github.com/intel/llvm/actions/runs/${{ github.run_id }}"
5657
git push "https://[email protected]/$SANITIZED_PERF_RES_GIT_REPO.git" "$SANITIZED_PERF_RES_GIT_BRANCH"

0 commit comments

Comments
 (0)