mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[github] fix cron period
This commit is contained in:
parent
7602174369
commit
8a74a3dd2f
2
.github/workflows/pr-auto-milestone.yml
vendored
2
.github/workflows/pr-auto-milestone.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user