summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-26 19:02:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-28 11:12:59 -0800
commit9147e83b8cec585d9d110ab8d604c6613d7c6357 (patch)
tree2944b0e25b966c2699b06864549c41cebf27886c /.github/workflows
parent5446e9db83dd64a17c2c87c2683ba4d01c1fe496 (diff)
downloadsubsurface-9147e83b8cec585d9d110ab8d604c6613d7c6357.tar.gz
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-dockerimage.yml2
-rw-r--r--.github/workflows/linux-dockerimage.yml2
-rw-r--r--.github/workflows/mxe-dockerimage-stage1.yml2
-rw-r--r--.github/workflows/mxe-dockerimage-stage2.yml2
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