[github] fix cron period

This commit is contained in:
Denis Rouzaud 2020-01-14 18:36:40 +01:00
parent 7602174369
commit 8a74a3dd2f

View File

@ -3,7 +3,7 @@ name: Auto set milestone on PR
# this job is scheduled to be run with proper rights
on:
schedule:
- cron: '*/0 1 * * *'
- cron: '* */1 * * *'
env:
QGIS_MAJOR_VERSION: 3