This commit is contained in:
Jarno Rankinen 2024-06-07 19:46:20 +03:00
parent 794b422eba
commit 3cb521d768
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# This is a basic workflow to help you get started with Actions # This is a basic workflow to help you get started with Actions
name: Weekly build name: Daily build
env: env:
NEXTCLOUD_UPSTREAM_VERSION: 27.1.9 NEXTCLOUD_UPSTREAM_VERSION: 27.1.10
IMAGE_MAJOR_VERSION: 27 IMAGE_MAJOR_VERSION: 27
# Controls when the workflow will run # Controls when the workflow will run
on: on:
schedule: schedule:
- cron: "39 20 * * 3" - cron: "39 20 * * *"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: