From 1e319abbb08682f7ac6d35b1253fb681e04b8580 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 7 Oct 2024 16:54:08 +0100 Subject: [PATCH] Skip running tests on updates to release / dependabot config files --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4471de9..43aaf17 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,8 @@ on: - "docs/**" - "CITATION.cff" - "LICENSE" + - ".github/release.yml" + - ".github/dependabot.yml" schedule: - cron: "0 0 * * 1"