Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 7, 2023
1 parent 931936e commit 26c7e1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add results
git commit -m "fetch all tools bot"
git diff --quiet || (git add results && git commit -m "fetch all tools bot - step fetch")
git push
fetch-all-tools-merge:
Expand All @@ -59,6 +58,5 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add results
git commit -m "fetch all tools bot"
git diff --quiet || (git add results && git commit -m "fetch all tools bot - step merge")
git push

0 comments on commit 26c7e1e

Please sign in to comment.