Build every tuesday at 4am.

This commit is contained in:
Greyscale 2020-01-27 13:08:15 +01:00
parent adfc023fae
commit f3a83f9a23
5 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,8 @@ on:
- 'marshall/**'
- 'Dockerfile'
- '.dockerignore'
schedule:
- cron '0 4 * * TUE'
jobs:
Marshall:

View file

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

View file

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

View file

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

View file

@ -1,6 +1,9 @@
name: Lint dockerfiles
on: [push]
on:
push:
schedule:
- cron '0 4 * * TUE'
jobs:
lintDockerFiles: