Add explicit names to the workflows

This commit is contained in:
Roland Geider
2025-04-05 15:11:20 +02:00
parent 2e8f3017d0
commit db7c37e8d0
4 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#name: Build Linux
name: Build Linux
on:
workflow_call:
inputs:

View File

@@ -1,3 +1,4 @@
name: Build Windows
on:
workflow_call:
inputs:

View File

@@ -1,3 +1,4 @@
name: Bump version
on:
workflow_call:
inputs:

View File

@@ -27,7 +27,6 @@ jobs:
with:
ref: ${{ github.event.inputs.version }}
build_android:
name: Android
needs: determine_version