Build every tuesday at 4am.

This commit is contained in:
Greyscale 2020-01-27 13:14:09 +01:00
parent f3a83f9a23
commit ba8f839149
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ on:
- 'Dockerfile'
- '.dockerignore'
schedule:
- cron '0 4 * * TUE'
- cron: '0 4 * * TUE'
jobs:
Marshall:

View file

@ -10,7 +10,7 @@ on:
- '.dockerignore'
- '.github/workflows/build-php-apache.yml'
schedule:
- cron '0 4 * * TUE'
- cron: '0 4 * * TUE'
jobs:
PHP_56:

View file

@ -10,7 +10,7 @@ on:
- '.dockerignore'
- '.github/workflows/build-php-cli.yml'
schedule:
- cron '0 4 * * TUE'
- cron: '0 4 * * TUE'
jobs:
PHP_56:

View file

@ -10,7 +10,7 @@ on:
- '.dockerignore'
- '.github/workflows/build-php-nginx.yml'
schedule:
- cron '0 4 * * TUE'
- cron: '0 4 * * TUE'
jobs:
PHP_56:

View file

@ -3,7 +3,7 @@ name: Lint dockerfiles
on:
push:
schedule:
- cron '0 4 * * TUE'
- cron: '0 4 * * TUE'
jobs:
lintDockerFiles: