Skip to content

Commit

Permalink
MARP-1053 Update release drafter workflows > Unified run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
lttung-axonivy committed Jan 15, 2025
1 parent 9624cf7 commit efa5041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lighthouse Audit
run-name: Create Lighthouse Audit For LTS 12
run-name: 🗼Lighthouse Audit
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/portal-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Portal Documentation
run-name: 📚 Portal Documentation on branch ${{ github.ref_name }}
run-name: 📚 Portal Documentation
on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release Drafter
run-name: 🚀 Release Drafter

on:
push:
Expand All @@ -7,9 +8,7 @@ on:
- release/*
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:

jobs:
release_drafter:
if: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'release/') }}
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v5

0 comments on commit efa5041

Please sign in to comment.