mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
GitHub Actions: better names for the docker workflows
This way it's much easier to see on the GitHub website which one is which. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5446e9db83
commit
9147e83b8c
4 changed files with 4 additions and 4 deletions
2
.github/workflows/android-dockerimage.yml
vendored
2
.github/workflows/android-dockerimage.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI
|
||||
name: Android Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/linux-dockerimage.yml
vendored
2
.github/workflows/linux-dockerimage.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI
|
||||
name: Linux Qt 5.12 Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI
|
||||
name: MXE Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI stage 2
|
||||
name: MXE stage 2 Docker Image CI
|
||||
|
||||
# trigger this second stage via a repository dispaych event
|
||||
# the version that we are building is passed in via the event type that is available to us here
|
||||
|
|
Loading…
Reference in a new issue