Skip to content

Commit

Permalink
Revert "TEMPORARILY change it"
Browse files Browse the repository at this point in the history
This reverts commit 1955d56.
  • Loading branch information
Akuli committed Jan 5, 2025
1 parent 1955d56 commit 55d7fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55d7fef

Please sign in to comment.