Browse Source

CI: fix typo in schedule for repology_metadata.yml

build-on-device
Leonid Plyushch 5 years ago
parent
commit
802e2a7d2e
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      .github/workflows/repology_metadata.yml

2
.github/workflows/repology_metadata.yml

@ -2,7 +2,7 @@ name: Repology metadata
on:
schedule:
- cron: '* */3 * * *'
- cron: '0 */3 * * *'
jobs:
update:

Loading…
Cancel
Save