From 7cd310984a4fd4622eabe6b838e88c9469d36c89 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 19 Jun 2024 14:38:41 +0100 Subject: [PATCH] Temporarily run tensorstore tests --- .github/workflows/tensorstore-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tensorstore-tests.yml b/.github/workflows/tensorstore-tests.yml index f6a1d9143..e11efcb13 100644 --- a/.github/workflows/tensorstore-tests.yml +++ b/.github/workflows/tensorstore-tests.yml @@ -1,6 +1,8 @@ name: TensorStore tests on: + # added temporarily while testing + pull_request: schedule: # Every weekday at 03:58 UTC, see https://crontab.guru/ - cron: "58 3 * * 1-5"