From eb2e039d48ae8cfd1ef4bbbe052d312ab4e0d41a Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 15 Jun 2022 14:49:02 +0200 Subject: [PATCH] Temporarily disable cleanup for merges into release branches Signed-off-by: Johann Hoffmann --- .github/workflows/cleanup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index b057210..7036bcc 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - 'release/*' types: [ closed ] defaults: