Skip to content

Commit

Permalink
Amend publication Github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlockwood committed Jan 2, 2024
1 parent 72d1065 commit 34fce6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: false

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CI Build'
name: 'CI Publish to Maven Central'

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ on:
- 'release/*'

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: false

jobs:
Expand Down

0 comments on commit 34fce6a

Please sign in to comment.