Changed frequency of Github Actions for sync between GH and Jira (#6148)

* run every hour instead every 15 minutes
* assign & close executed at different times
This commit is contained in:
Waldemar Żurowski 2020-04-14 10:17:44 +01:00 committed by GitHub
parent 662b9ad4b4
commit c4667c08e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Sync assigned jira issues
on:
schedule:
- cron: '*/15 * * * *'
- cron: '15 * * * *'
jobs:
sync_assigned:

View File

@ -2,7 +2,7 @@ name: Sync closed jira issues
on:
schedule:
- cron: '*/15 * * * *'
- cron: '30 * * * *'
jobs:
sync_closed: