From 6469b722bb6000db45b4ea786aabc0e09603647b Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:44:41 +0100 Subject: [PATCH] Skip tests for users-explain gallery [skip ci] --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27b39e111d4f..88d866fc65e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,9 +15,7 @@ on: paths-ignore: # Skip running tests if changes are only in documentation directories - 'doc/**' - - 'galleries/examples/**' - - 'galleries/plot_types/**' - - 'galleries/tutorials/**' + - 'galleries/**' schedule: # 5:47 UTC on Saturdays - cron: "47 5 * * 6"