Skip to content

Commit

Permalink
Update check-QGDFoam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraposhin authored Jan 9, 2025
1 parent 29d5ade commit 1043bfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-QGDFoam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git commit -m "generated test report for QGDFoam"
git push
git_status=`git status -s`
if [ "$git_status" != "" ]; then git push; fi

0 comments on commit 1043bfd

Please sign in to comment.