mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-09-19 15:57:49 +02:00
chore: increase update frequency
This commit is contained in:
parent
dad90ea68d
commit
48d50a7eb2
4
.github/workflows/update-check.yml
vendored
4
.github/workflows/update-check.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Check for updates
|
name: Check for updates
|
||||||
on:
|
on:
|
||||||
schedule: # for scheduling to work this file must be in the default branch
|
schedule: # for scheduling to work this file must be in the default branch
|
||||||
- cron: "0 0 * * 1" # run every Monday
|
- cron: "0 0 * * *" # run every day at midnight
|
||||||
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -26,4 +26,4 @@ jobs:
|
|||||||
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
|
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: --update --never-fork dev.aunetx.deezer.json
|
args: --update --never-fork dev.aunetx.deezer.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user