mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Add explicit names to the workflows
This commit is contained in:
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
@@ -1,4 +1,4 @@
|
||||
#name: Build Linux
|
||||
name: Build Linux
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
1
.github/workflows/build-windows.yml
vendored
1
.github/workflows/build-windows.yml
vendored
@@ -1,3 +1,4 @@
|
||||
name: Build Windows
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
1
.github/workflows/bump-version.yml
vendored
1
.github/workflows/bump-version.yml
vendored
@@ -1,3 +1,4 @@
|
||||
name: Bump version
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
1
.github/workflows/make-release.yml
vendored
1
.github/workflows/make-release.yml
vendored
@@ -27,7 +27,6 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.inputs.version }}
|
||||
|
||||
|
||||
build_android:
|
||||
name: Android
|
||||
needs: determine_version
|
||||
|
||||
Reference in New Issue
Block a user