From 6db68ad36f8275b68f77aabdead8ef120753a078 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sun, 16 Nov 2025 19:47:08 +0530 Subject: [PATCH] ISSUE-44: Hithomelabs/HomeLabDocker#44 run integration tests on push to main and changing interval to 12 hours --- .gitea/workflows/integration_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/integration_test.yaml b/.gitea/workflows/integration_test.yaml index 688f37b..4c4ee37 100644 --- a/.gitea/workflows/integration_test.yaml +++ b/.gitea/workflows/integration_test.yaml @@ -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: