Skip to content
Snippets Groups Projects
Unverified Commit bf7c49b3 authored by Egor_P's avatar Egor_P Committed by GitHub
Browse files

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
parent cbeccad6
Branches
No related merge requests found
Pipeline #447576 failed with stages
in 57 minutes and 39 seconds
......@@ -8,13 +8,11 @@ on:
jobs:
ping_matrix:
runs-on: ubuntu-latest
environment: release
strategy:
matrix:
channel:
# Internal
- name: 'RelEng: Cumulus Release Coordination'
room: '!NAEMyPAHWOiOQHsvus:parity.io'
pre-releases: true
- name: "RelEng: Polkadot Release Coordination"
room: '!cqAmzdIcbOFwrdrubV:parity.io'
pre-release: true
......@@ -31,18 +29,9 @@ jobs:
pre-release: true
# Public
# - name: '#KusamaValidatorLounge:polkadot.builders'
# room: '!LhjZccBOqFNYKLdmbb:polkadot.builders'
# 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
- name: '#polkadotvalidatorlounge:web3.foundation'
room: '!NZrbtteFeqYKCUGQtr:matrix.parity.io'
pre-releases: false
steps:
- name: Matrix notification to ${{ matrix.channel.name }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment