From 99e3b31eb723d7dc1d638d8168f7cd74596461fb Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 5 Jan 2025 14:16:43 +0200 Subject: [PATCH] Enable it for real? --- .github/workflows/valgrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index b7e1bb58..a3e431fe 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -20,7 +20,7 @@ jobs: # Do not valgrind when there's nothing new to valgrind in the repo - name: Check if there was any commits within the last 24 hours run: | - if git --no-pager log --oneline --since="24 seconds ago" --exit-code; then + if git --no-pager log --oneline --since="24 hours ago" --exit-code; then echo "No commits, will not run valgrind" echo "recent_commits=false" >> $GITHUB_ENV else