From 3192a2ced0e12e1ad1270c1edeb92b4d73e72a97 Mon Sep 17 00:00:00 2001 From: David Timber Date: Wed, 13 Nov 2024 02:50:22 +0100 Subject: Disable ping-he-tb, fix main --- .github/workflows/ping-he-tb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ping-he-tb.yml') diff --git a/.github/workflows/ping-he-tb.yml b/.github/workflows/ping-he-tb.yml index cb9a679..5a0f5b8 100644 --- a/.github/workflows/ping-he-tb.yml +++ b/.github/workflows/ping-he-tb.yml @@ -1,8 +1,8 @@ name: ping-he-tb run-name: ping-he-tb on: - schedule: - - cron: '*/5 * * * *' + # schedule: + # - cron: '*/5 * * * *' workflow_dispatch: jobs: Do-snapshot: -- cgit