Skip to content
Snippets Groups Projects
Unverified Commit a81b9d78 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

Merge pull request #8030 from jonchang/fix-cron

workflows: fix crontab
parents e1fdb811 44198b71
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Update license data
on:
schedule:
- cron: '* */12 * * *'
- cron: '0 */12 * * *'
jobs:
spdx:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment