Merge pull request #8030 from jonchang/fix-cron

workflows: fix crontab
This commit is contained in:
Dawid Dziurla 2020-07-18 16:47:49 +02:00 committed by GitHub
commit a81b9d78ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Update license data
on:
schedule:
- cron: '* */12 * * *'
- cron: '0 */12 * * *'
jobs:
spdx: