Fix failing release notifications GHA (#3416)

This PR should fix the issue with the failing GHA which sends
notifications to the different matrix channels, when the new release is
published
This commit is contained in:
Egor_P
2024-02-21 20:48:18 +07:00
committed by GitHub
parent cbeccad65f
commit bf7c49b33c
@@ -8,13 +8,11 @@ on:
jobs: jobs:
ping_matrix: ping_matrix:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: release
strategy: strategy:
matrix: matrix:
channel: channel:
# Internal # Internal
- name: 'RelEng: Cumulus Release Coordination'
room: '!NAEMyPAHWOiOQHsvus:parity.io'
pre-releases: true
- name: "RelEng: Polkadot Release Coordination" - name: "RelEng: Polkadot Release Coordination"
room: '!cqAmzdIcbOFwrdrubV:parity.io' room: '!cqAmzdIcbOFwrdrubV:parity.io'
pre-release: true pre-release: true
@@ -31,18 +29,9 @@ jobs:
pre-release: true pre-release: true
# Public # Public
# - name: '#KusamaValidatorLounge:polkadot.builders' - name: '#polkadotvalidatorlounge:web3.foundation'
# room: '!LhjZccBOqFNYKLdmbb:polkadot.builders' room: '!NZrbtteFeqYKCUGQtr:matrix.parity.io'
# pre-releases: false pre-releases: false
# - name: '#kusama-announcements:matrix.parity.io'
# room: '!FMwxpQnYhRCNDRsYGI:matrix.parity.io'
# pre-release: false
# - name: '#polkadotvalidatorlounge:web3.foundation'
# room: '!NZrbtteFeqYKCUGQtr:matrix.parity.io'
# pre-release: false
# - name: '#polkadot-announcements:matrix.parity.io'
# room: '!UqHPWiCBGZWxrmYBkF:matrix.parity.io'
# pre-release: false
steps: steps:
- name: Matrix notification to ${{ matrix.channel.name }} - name: Matrix notification to ${{ matrix.channel.name }}