Skip to content

Commit

Permalink
Enable it for real?
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 5, 2025
1 parent a07a7d4 commit 99e3b31
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 --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
Expand Down

0 comments on commit 99e3b31

Please sign in to comment.