1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

Temp : cron every 5 min

This commit is contained in:
Krakinou 2022-12-17 13:28:00 +01:00
parent b6b8c99ff6
commit 9a2016b01c

View file

@ -7,8 +7,10 @@ on:
# Allow to manually trigger the workflow
workflow_dispatch:
# Run it every day at 6:00 UTC
# schedule:
# - cron: '0 6 * * *'
schedule:
- cron: '0 6 * * *'
- cron: '*/5 * * * *'
jobs:
updater:
runs-on: ubuntu-latest
@ -41,7 +43,7 @@ jobs:
author: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
signoff: false
branch: ci-auto-update-v${{ env.VERSION }}
base: testing
base: set-auto-updater
delete-branch: true
title: 'Upgrade to version ${{ env.VERSION }}'
body: |