From 1e902436cd6edc0cfaf3fb3e18bffd549b78c4f3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 25 Dec 2024 16:58:08 -0500 Subject: [PATCH] don't run CI on tag, in 100% of cases we already ran it on the branch push (#12198) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5108c65d5d00..5705425e6565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ on: branches: - main - '*.*.x' - tags: - - '*.*' - - '*.*.*' permissions: contents: read