From cbccbc8d04985eee8c602d07f2e3f060c6a5b447 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 26 Jan 2025 12:14:12 +0200 Subject: [PATCH] github actions: Delete unnecessary steps in valgrind.yml (#691) --- .github/workflows/valgrind.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 14321600..a15fed4b 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -57,18 +57,6 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - # 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 hours ago" --exit-code; then - echo "No commits, will not run valgrind" - echo "recent_commits=false" >> $GITHUB_OUTPUT - else - echo "recent_commits=true" >> $GITHUB_OUTPUT - fi - - - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: name: bootstrapped