From 55d7feff47c35a58d9b99d051c4375fd4763c9e3 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 5 Jan 2025 14:10:47 +0200 Subject: [PATCH] Revert "TEMPORARILY change it" This reverts commit 1955d56d5dd754f049d4a25112654530f34cdee1. --- .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 8ed1f67c..8cd21262 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 log --oneline --since="1 minutes ago" --name-only --pretty=format: | grep -q '.'; then + if git log --oneline --since="24 hours ago" --name-only --pretty=format: | grep -q '.'; then echo "recent_commits=true" >> $GITHUB_ENV else echo "No commits, will not run valgrind"