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:
Dirk Hohndel 2019-11-26 19:02:48 -08:00
parent 5446e9db83
commit 9147e83b8c
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Docker Image CI name: Android Docker Image CI
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Docker Image CI name: Linux Qt 5.12 Docker Image CI
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Docker Image CI name: MXE Docker Image CI
on: on:
push: push:

View file

@ -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 # 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 # the version that we are building is passed in via the event type that is available to us here