Merge pull request #1272 from homarr-labs/feat/auto-build

This commit is contained in:
Thomas Camlong 2025-04-25 09:02:40 +02:00 committed by GitHub
commit 25f545d632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/daily_release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Trigger Cloudflare Pages Build
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch:
jobs:
cron_job:
runs-on: ubuntu-latest
steps:
- name: Run Your Cron Job
run: |
curl -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK_URL }}"