Skip to content

Commit 6493ad4

Browse files
authored
[GHA] Created Post Release workflow (#1430)
For more details see #1430 Key changes: * [GHA] Created Post Release workflow
1 parent b4d716a commit 6493ad4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Post release
2+
3+
on:
4+
workflow_run:
5+
workflows: ["Call Create Release for tag Workflow"]
6+
types:
7+
- completed
8+
9+
jobs:
10+
call-post-release:
11+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
uses: ibexa/gh-workflow/.github/workflows/post_release.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)