From 112b2d173a38390f0d03abc3fed8a1b7219850e2 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Fri, 16 Jan 2026 14:39:00 +0100 Subject: [PATCH] chore(ci): deactivates cron job on unbound dep tests (#2810) --- .github/workflows/unbound_deps_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unbound_deps_tests.yml b/.github/workflows/unbound_deps_tests.yml index e3ae71cc9..a75ecc121 100644 --- a/.github/workflows/unbound_deps_tests.yml +++ b/.github/workflows/unbound_deps_tests.yml @@ -20,8 +20,8 @@ on: workflow_dispatch: # Run on the 1st and 15th of every month at 09:00 UTC - schedule: - - cron: '0 2 1,15 * *' + # schedule: + # - cron: '0 2 1,15 * *' permissions: contents: read