schedule + conditional test

This commit is contained in:
Ray Lyon
2023-01-16 14:01:15 -05:00
committed by GitHub
parent 71eda5fe00
commit 66979e2cca

View File

@@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Check out MTAPI repo - name: Check out MTAPI repo
if: github.event.schedule if: github.event.schedule && ${{ env.SEC_SINCE_UPDATE > 5184000 }}
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: jonthornton/MTAPI repository: jonthornton/MTAPI