From 717c6fe1bc1a7e540a7c593eed2ae322ba98b6dc Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 2 May 2024 21:17:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Trying=20to=20get=20check=20to?= =?UTF-8?q?=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- .github/workflows/docker-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-nightly.yml b/.github/workflows/docker-nightly.yml index 0088943..a617288 100644 --- a/.github/workflows/docker-nightly.yml +++ b/.github/workflows/docker-nightly.yml @@ -22,7 +22,7 @@ jobs: continue-on-error: true name: check latest commit is less than a day if: ${{ github.event_name == 'schedule' }} - run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "::set-output name=should_run::false" + run: test -z $(git rev-list --after="5 minutes" ${{ github.sha }}) && echo "::set-output name=should_run::false" docker: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false' }}