From 52e1dab1f26309ba34536c94a85a2ec718c837ed Mon Sep 17 00:00:00 2001 From: Ryan May Date: Mon, 24 Jan 2022 13:20:50 -0700 Subject: [PATCH] CI: Eliminate duplicate doc build on release Building on both tags and releases is redundant, so just build on the tags. --- .github/workflows/docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 53f30ddee62..1a06984eeea 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,8 +9,6 @@ on: tags: - v[0-9]+.[0-9]+.[0-9]+ pull_request: - release: - types: [published] permissions: contents: write