mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Add release branch check and refactoring (#5622)
* Add release branch chheck and refactoring * Fix trigger patterns
This commit is contained in:
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
name: Release-candidate automation
|
||||
name: Release - RC automation
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
+1
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
name: Publish draft release
|
||||
name: Release - Publish draft
|
||||
|
||||
on:
|
||||
push:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Publish Docker image for new releases
|
||||
name: Release - Publish Docker image for new releases
|
||||
|
||||
on:
|
||||
release:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Publish Docker image (manual dispatch)
|
||||
name: Release - Publish Docker image (manual dispatch)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Send new release notification to matrix channels
|
||||
name: Release - Send new release notification to matrix channels
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
Reference in New Issue
Block a user