mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 03:28:57 +00:00
schedule test again
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 || ${{ env.SEC_SINCE_UPDATE > 5184000 }}
|
||||
if: ${{ github.event.schedule }} || ${{ env.SEC_SINCE_UPDATE > 5184000 }}
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: jonthornton/MTAPI
|
||||
|
||||
Reference in New Issue
Block a user