From 9147e83b8cec585d9d110ab8d604c6613d7c6357 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Nov 2019 19:02:48 -0800 Subject: 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 --- .github/workflows/android-dockerimage.yml | 2 +- .github/workflows/linux-dockerimage.yml | 2 +- .github/workflows/mxe-dockerimage-stage1.yml | 2 +- .github/workflows/mxe-dockerimage-stage2.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-dockerimage.yml b/.github/workflows/android-dockerimage.yml index 6b7c77050..c8f594109 100644 --- a/.github/workflows/android-dockerimage.yml +++ b/.github/workflows/android-dockerimage.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Android Docker Image CI on: push: diff --git a/.github/workflows/linux-dockerimage.yml b/.github/workflows/linux-dockerimage.yml index a23a6a6a0..9dd0106c8 100644 --- a/.github/workflows/linux-dockerimage.yml +++ b/.github/workflows/linux-dockerimage.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Linux Qt 5.12 Docker Image CI on: push: diff --git a/.github/workflows/mxe-dockerimage-stage1.yml b/.github/workflows/mxe-dockerimage-stage1.yml index f116c51aa..e3d2ace7c 100644 --- a/.github/workflows/mxe-dockerimage-stage1.yml +++ b/.github/workflows/mxe-dockerimage-stage1.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: MXE Docker Image CI on: push: diff --git a/.github/workflows/mxe-dockerimage-stage2.yml b/.github/workflows/mxe-dockerimage-stage2.yml index 315adea56..5554b197c 100644 --- a/.github/workflows/mxe-dockerimage-stage2.yml +++ b/.github/workflows/mxe-dockerimage-stage2.yml @@ -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 -- cgit v1.2.3-70-g09d2