Skip to content

Commit 524690a

Browse files
authored
Rename CI acceptance tests to Acceptance test
1 parent 340f794 commit 524690a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-acceptance-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: CI acceptance tests (MANUAL)
5-
run-name: "refimpl@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}; comment: ${{ inputs.comment }})"
4+
name: Acceptance test (Lyo HEAD)
5+
run-name: "acceptance@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}; comment: ${{ inputs.comment }})"
66

77
on:
88
workflow_dispatch:

0 commit comments

Comments
 (0)