From 26c7e1e7f6fa5f2a5a4bd65f0dae13641e2c8e14 Mon Sep 17 00:00:00 2001 From: paulzierep Date: Thu, 7 Dec 2023 15:42:57 +0100 Subject: [PATCH] CI test --- .github/workflows/run_tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index e89c0f6c..4e7f8644 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -38,8 +38,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - 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: @@ -59,6 +58,5 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - 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 \ No newline at end of file