Skip to content

Commit db7c37e

Browse files
committed
Add explicit names to the workflows
1 parent 2e8f301 commit db7c37e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#name: Build Linux
1+
name: Build Linux
22
on:
33
workflow_call:
44
inputs:

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Build Windows
12
on:
23
workflow_call:
34
inputs:

.github/workflows/bump-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Bump version
12
on:
23
workflow_call:
34
inputs:

.github/workflows/make-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
ref: ${{ github.event.inputs.version }}
2929

30-
3130
build_android:
3231
name: Android
3332
needs: determine_version

0 commit comments

Comments
 (0)