3
0
Fork 0
mirror of https://gitea.com/docker/metadata-action.git synced 2024-11-22 03:59:33 +01:00

Update cron

This commit is contained in:
CrazyMax 2020-10-26 17:54:22 +01:00
parent ffb794a3fd
commit 0c4748bf65
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -2,7 +2,7 @@ name: ci
on:
schedule:
- cron: '0 * * * *' # every hours
- cron: '0 */4 * * *' # every 4 hours
push:
branches:
- '**'