update ci

This commit is contained in:
Oskar 2022-06-08 13:34:00 +00:00 committed by GitHub
parent c0e5b60482
commit abbee80288
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: on:
schedule: schedule:
- cron: '0 */1 * * *' - cron: '*/30 * * * *'
workflow_dispatch: workflow_dispatch:
@ -17,7 +17,7 @@ jobs:
- name: Download and unpack - name: Download and unpack
run: | run: |
rm -rf *-* rm -rf *-*
wget https://built-aur.medzik.workers.dev/x86_64/built.files -O - | tar xJf - wget -qq https://built-aur.medzik.workers.dev/x86_64/built.files -O - | tar xJf -
- name: Commit changes - name: Commit changes
run: | run: |