From 165d19a129106b72fef6cc56aa7d7319eae8e420 Mon Sep 17 00:00:00 2001 From: Nick De Villiers Date: Mon, 10 Feb 2025 16:12:39 +0000 Subject: [PATCH] ci: remove tics debug branch from workflow trigger --- .github/workflows/coverage.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index b249690c49..6e25fc4983 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -1,8 +1,5 @@ name: Test coverage and TiCS Report on: - push: - branches: - - ci-tics-main schedule: # uses last commit on default branch (main) - cron: "30 0 * * 6" # At 0:30 on Saturday # temporarily disabling client mode due to quota