schedule test again

This commit is contained in:
Ray Lyon
2023-01-16 14:04:57 -05:00
committed by GitHub
parent dd90dc1d18
commit 47cfd5c6c5

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 || ${{ env.SEC_SINCE_UPDATE > 5184000 }} 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