From 66979e2cca44d4f77cc4491305e76cf0d93da5b6 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:01:15 -0500 Subject: [PATCH] schedule + conditional test --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b00aefd..536ccc0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Check out MTAPI repo - if: github.event.schedule + if: github.event.schedule && ${{ env.SEC_SINCE_UPDATE > 5184000 }} uses: actions/checkout@v3 with: repository: jonthornton/MTAPI