We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340f794 commit 524690aCopy full SHA for 524690a
.github/workflows/maven-acceptance-manual.yml
@@ -1,8 +1,8 @@
1
# This workflow will build a Java project with Maven
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
4
-name: CI acceptance tests (MANUAL)
5
-run-name: "refimpl@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}; comment: ${{ inputs.comment }})"
+name: Acceptance test (Lyo HEAD)
+run-name: "acceptance@${{ github.ref_name }} (Lyo@${{ github.event.inputs.lyoBranch }}; comment: ${{ inputs.comment }})"
6
7
on:
8
workflow_dispatch:
0 commit comments