mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 19:48:56 +00:00
schedule + conditional test
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -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