add schedule for auto build every sunday at 5 PM

This commit is contained in:
Ludovic Cartier
2025-01-06 17:39:55 +01:00
parent 96cf5d2432
commit 9364a28122
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
name: docker name: docker
on: on:
schedule:
- cron: '0 5 * * 0'
push: push:
branches: branches:
- "main" - "main"
+5
View File
@@ -17,3 +17,8 @@ Final docker image is based on Debian stable slim, with PHP Sury apt repo, and t
- php8.3-zip - php8.3-zip
- composer - composer
- nodejs 18 - nodejs 18
Schedule
--------
Action runner launch automaticaly a new pipeline every sunday at 5 PM.