diff --git a/.github/workflows/weekly.yml b/.github/workflows/daily.yml similarity index 94% rename from .github/workflows/weekly.yml rename to .github/workflows/daily.yml index 2f87e89..633b84f 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/daily.yml @@ -1,15 +1,15 @@ # This is a basic workflow to help you get started with Actions -name: Weekly build +name: Daily build env: - NEXTCLOUD_UPSTREAM_VERSION: 27.1.9 + NEXTCLOUD_UPSTREAM_VERSION: 27.1.10 IMAGE_MAJOR_VERSION: 27 # Controls when the workflow will run on: schedule: - - cron: "39 20 * * 3" + - cron: "39 20 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: