mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 03:28:57 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user