ISSUE-44: Hithomelabs/HomeLabDocker#44 Executing integration test every 6 hours

This commit is contained in:
hitanshu310 2025-11-15 01:22:29 +05:30 committed by hitanshu
parent f7e4b3fd93
commit 8b22064040

View File

@ -1,10 +1,8 @@
name: Daily cloudflare API integration test
on:
push:
branches: [ test ]
# schedule:
# - cron: '0 * * * *' # Every hour
# workflow_dispatch:
schedule:
- cron: '0 */6 * * *' # Every hour
workflow_dispatch:
jobs:
cloudflare-api-test: