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 name: Daily cloudflare API integration test
on: on:
push: schedule:
branches: [ test ] - cron: '0 */6 * * *' # Every hour
# schedule: workflow_dispatch:
# - cron: '0 * * * *' # Every hour
# workflow_dispatch:
jobs: jobs:
cloudflare-api-test: cloudflare-api-test: