Skip to content

Commit 80ec4a1

Browse files
authored
Update update-results.yml
1 parent d3371b4 commit 80ec4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-results.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: Run MLPerf Inference Submission Checker and generate results summary
3232
run: |
33+
git pull
3334
cm run script --tags=run,mlperf,inference,submission-checker,_short-run --src_version=v4.1 --repo_name=${{ github.event.repository.name }} --repo_owner=${{ github.repository_owner }} --repo_branch=${{ github.ref_name }} --adr.inference-src.tags=_repo.https://github.com/GATEOverflow/inference --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
3435
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
3536
@@ -47,4 +48,4 @@ jobs:
4748
head -n 100 temp1 > README.md
4849
git add README.md
4950
50-
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push)
51+
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git pull --rebase && git push)

0 commit comments

Comments
 (0)