mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-06-18 15:52:47 +00:00
schedule + conditional test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user