From 65e6593aa77f3eab87919a269c18076404f57860 Mon Sep 17 00:00:00 2001 From: "Rodrigo C. Moraes" Date: Tue, 4 Jun 2024 22:14:56 -0300 Subject: [PATCH] ci: disable pipeline only used in upstream --- .github/workflows/notify-integration-release-via-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index fc798939..a297526f 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -2,7 +2,7 @@ name: Notify Integration Release (Tag) on: push: tags: - - '*.*.*' # Proper releases + - 'notused*.*.*' # Used by the upstream only jobs: strip-version: runs-on: ubuntu-latest