From d7225f40cdbfaf8abeb272721e97a61a639fa41b Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 2 Nov 2024 12:23:17 -0700 Subject: [PATCH] Update commit.yml Undo execution timing --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index cd4aa544..2110be86 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -26,7 +26,7 @@ jobs: run: | export TZ='America/Los_Angeles' sudo apt-get install srecord - time make distlog + make distlog rm -rf .git* - name: List Output @@ -58,7 +58,7 @@ jobs: run: | export TZ='America/Los_Angeles' brew install srecord - time make distlog + make distlog rm -rf .git* - name: List Output