1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-11-03 02:42:13 +01:00
dashboard-icons/.github/workflows/daily_release.yml
2025-04-25 09:01:27 +02:00

15 lines
305 B
YAML

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 }}"