Skip to content

Commit

Permalink
Use different names for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Sep 13, 2024
1 parent 98f8f0b commit d1c51e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Build
name: Build with Java 17

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

name: Build
name: Build with Java 21

on:
workflow_dispatch:
Expand Down

0 comments on commit d1c51e5

Please sign in to comment.