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
parent e87fb6d153
commit d194828c44

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: