build worker less frequently
All checks were successful
Build image and push it to registry / build (push) Successful in 1m14s

This commit is contained in:
Julien Fastré 2024-09-05 15:24:48 +00:00
parent 2e6d3794bd
commit 536115b105

View File

@ -5,7 +5,8 @@ on:
branches:
- main
schedule:
- cron: '5 4 * * *'
# every three of the month, at 04:05
- cron: '5 4 3 * *'