mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
602c817965
1 changed files with 1 additions and 2 deletions
3
.github/workflows/updater.yml
vendored
3
.github/workflows/updater.yml
vendored
|
@ -6,9 +6,8 @@ name: Check for new upstream releases
|
||||||
on:
|
on:
|
||||||
# Allow to manually trigger the workflow
|
# Allow to manually trigger the workflow
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Run it every day at 6:00 UTC
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 6 1 * *'
|
||||||
jobs:
|
jobs:
|
||||||
updater:
|
updater:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue