update ci

This commit is contained in:
Oskar 2022-06-05 08:51:55 +02:00 committed by GitHub
parent ec7f81b9f6
commit 018cfc71bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Sync
on:
schedule:
- cron: '* */1 * * *'
- cron: '0 */1 * * *'
workflow_dispatch:
@ -17,7 +17,7 @@ jobs:
- name: Download and unpack
run: |
rm -rf *-*
wget https://built-aur.medzik.workers.dev/x86_64/built.db.tar.xz -O - | tar xJf -
wget https://built-aur.medzik.workers.dev/x86_64/built.files -O - | tar xJf -
- name: Commit changes
run: |