ISSUE-44: Hithomelabs/HomeLabDocker#44 run integration tests on push to main and changing interval to 12 hours
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m46s

This commit is contained in:
hitanshu310 2025-11-16 19:47:08 +05:30
parent b30ae7cdbf
commit 6db68ad36f

View File

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