mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-20 03:28:57 +00:00
schedule test
This commit is contained in:
13
.github/workflows/docker-publish.yml
vendored
13
.github/workflows/docker-publish.yml
vendored
@@ -6,6 +6,8 @@ on:
|
|||||||
branches: ['main']
|
branches: ['main']
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/README.md'
|
- '**/README.md'
|
||||||
|
schedule:
|
||||||
|
- cron: '*/3 * * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
@@ -40,11 +42,12 @@ jobs:
|
|||||||
if: ${{ env.SEC_SINCE_UPDATE > 5184000 }}
|
if: ${{ env.SEC_SINCE_UPDATE > 5184000 }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# - name: Check out MTAPI repo
|
- name: Check out MTAPI repo
|
||||||
# uses: actions/checkout@v3
|
if: github.event.schedule
|
||||||
# with:
|
uses: actions/checkout@v3
|
||||||
# repository: jonthornton/MTAPI
|
with:
|
||||||
# path: MTAPI
|
repository: jonthornton/MTAPI
|
||||||
|
path: MTAPI
|
||||||
|
|
||||||
# - name: Log in to Docker Hub
|
# - name: Log in to Docker Hub
|
||||||
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||||
|
|||||||
Reference in New Issue
Block a user