From 965b74beb361d3f54c822e0f61f4338a3ebf3739 Mon Sep 17 00:00:00 2001 From: s3krit Date: Sat, 21 Mar 2020 13:40:16 +0100 Subject: [PATCH] CI: Don't announce releases on updated (#912) we were getting double-posts for newly-published releases - we don't need to post to the channel when releases are updated. --- polkadot/.github/workflows/release-bot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/polkadot/.github/workflows/release-bot.yml b/polkadot/.github/workflows/release-bot.yml index 08aa94417c..edd35102a2 100644 --- a/polkadot/.github/workflows/release-bot.yml +++ b/polkadot/.github/workflows/release-bot.yml @@ -2,7 +2,6 @@ name: Pushes release updates to a pre-defined Matrix room on: release: types: - - edited - prereleased - published jobs: