From 819f6c81c8e1132250c061dd580f9ad2b8af6217 Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Sun, 4 Aug 2024 08:59:17 +0100 Subject: [PATCH] Turning on JAX tests for all PRs. (#537) I'm extracting #508 into smaller bites. --- .github/workflows/jax-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jax-tests.yml b/.github/workflows/jax-tests.yml index e8ca8662..c8e0aa9e 100644 --- a/.github/workflows/jax-tests.yml +++ b/.github/workflows/jax-tests.yml @@ -1,6 +1,7 @@ name: JAX tests on: + pull_request: schedule: # Every weekday at 03:53 UTC, see https://crontab.guru/ - cron: "53 3 * * 1-5"