Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[github] fix cron period
  • Loading branch information
3nids committed Jan 14, 2020
1 parent 7602174 commit 8a74a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-milestone.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8a74a3d

Please sign in to comment.