From 8dcc4b8daf0a9f5cacdca57f1de2364c2c408569 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 14 Sep 2024 11:07:23 +0200 Subject: [PATCH] Skip running tests on PRs --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af115e817..0188606c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,8 @@ name: tests on: push: + tags-ignore: + - '**' branches-ignore: - "spacy.io" - "nightly.spacy.io"