From 612e34904974f3f65cebcb6c12f5ae70778208aa Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 17 Sep 2024 09:05:21 +0100 Subject: [PATCH] Temporarily run tensorstore tests --- .github/workflows/tensorstore-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tensorstore-tests.yml b/.github/workflows/tensorstore-tests.yml index 74bfce99d..827ff1df6 100644 --- a/.github/workflows/tensorstore-tests.yml +++ b/.github/workflows/tensorstore-tests.yml @@ -1,6 +1,7 @@ name: TensorStore tests on: + pull_request: schedule: # Every weekday at 03:58 UTC, see https://crontab.guru/ - cron: "58 3 * * 1-5"