Skip to content

Commit

Permalink
Change run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
alaugks committed Jul 11, 2023
1 parent 70a2052 commit 7579650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Maven Test"
run-name: Maven Test [${{ github.ref_type }}][${{ github.ref }}]
run-name: Maven Test [${{ github.ref_name }}]
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossrh-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Action configuration is based on the following articles:
# https://blogs.itemis.com/en/github-actions-releasing-artifacts-into-maven-central
name: "OSSRH Release"
run-name: OSSRH Release [${{ github.ref_type }}][${{ github.ref }}]
run-name: OSSRH Release [${{ github.ref_name }}]
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "SonarCloud Analyze"
run-name: SonarCloud Analyze [${{ github.ref_type }}][${{ github.ref }}]
run-name: SonarCloud Analyze [${{ github.ref_name }}]
on:
# push:
# branches:
Expand Down

0 comments on commit 7579650

Please sign in to comment.