Skip to content

Commit

Permalink
Update update-results.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 25, 2025
1 parent 056eef2 commit c783a1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
update-results:

runs-on: ubuntu-latest
env:
CM_INDEX: "on"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -53,4 +51,4 @@ jobs:
ver_num=$(cat dbversion)
let ver_num++
git diff-index --quiet HEAD || (echo "$ver_num" > dbversion && git add dbversion && git commit -am "Updated results summary" && git pull --rebase && git push)
git diff-index --quiet HEAD || (echo "$ver_num" > dbversion && git add dbversion && git commit -am "Updated results summary" && git pull --rebase && (git push || (sleep $((RANDOM % 300 + 1)) && git pull && git push))

0 comments on commit c783a1c

Please sign in to comment.