Skip to content

Commit

Permalink
Be specific about the branch being used in the workflow name.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 21, 2023
1 parent dadc0db commit 17c0ebb
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.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Build and Test RESTEasy 6.2
name: Build and Test RESTEasy - 6.2

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resteasy-tck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Jakarta REST TCK
name: Jakarta REST TCK - 6.2

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-resteasy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# - name: Build on Linux with Java 11 using RESTEasy ${{ needs.resteasy-build.outputs.resteasy-version }}
# run: mvn clean verify '-Dversion.dev.resteasy=${{ needs.resteasy-build.outputs.resteasy-version }}'

name: Build RESTEasy Upstream
name: Build RESTEasy Upstream - 6.2

on:
workflow_call:
Expand Down

0 comments on commit 17c0ebb

Please sign in to comment.