Add release branch check and refactoring (#5622)

* Add release branch chheck and refactoring

* Fix trigger patterns
This commit is contained in:
Chevdor
2022-06-02 13:53:20 +02:00
committed by GitHub
parent d57352b74f
commit 425b277273
8 changed files with 153 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Release - Branch check
on:
push:
branches:
- release-v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
jobs:
tag_rc:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run check
shell: bash
run: ./scripts/ci/github/check-rel-br
@@ -1,4 +1,4 @@
name: Release-candidate automation
name: Release - RC automation
on:
push:
branches:
@@ -1,6 +1,6 @@
# This workflow performs the Extrinsic Ordering Check on demand using a binary
name: Extrinsic Ordering Check from Binary
name: Release - Extrinsic Ordering Check
on:
workflow_dispatch:
inputs:
@@ -1,4 +1,4 @@
name: Publish draft release
name: Release - Publish draft
on:
push:
@@ -1,4 +1,4 @@
name: Publish Docker image for new releases
name: Release - Publish Docker image for new releases
on:
release:
@@ -1,4 +1,4 @@
name: Publish Docker image (manual dispatch)
name: Release - Publish Docker image (manual dispatch)
on:
workflow_dispatch:
@@ -1,4 +1,4 @@
name: Send new release notification to matrix channels
name: Release - Send new release notification to matrix channels
on:
release:
types: