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"