diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-12-30 17:37:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-30 17:43:31 -0800 |
commit | 932031bf4c27b5fd905756980edc7aa26b3e7a06 (patch) | |
tree | 384ec602d833d52d0700f081aa44bfb36a0588d7 /.github | |
parent | 2f5d37e86ecea25e0030735bed3015f79d428092 (diff) | |
download | subsurface-932031bf4c27b5fd905756980edc7aa26b3e7a06.tar.gz |
GitHub Actions: better names for the Linux builds
This makes it easier to figure out which build is doing what.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index a1710ffbb..d2efc4f82 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -1,4 +1,4 @@ -name: Linux Qt 5.9 +name: Ubuntu 18.04 / Qt 5.9 on: push: branches: diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 4bd71d443..12b6f56c8 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -1,4 +1,4 @@ -name: Linux Qt 5.12 Ubuntu 19.10 +name: Ubuntu 19.10 / Qt 5.12 on: push: branches: diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index c4ae4195d..18dfc9ab1 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -1,4 +1,4 @@ -name: Linux Qt 5.12 +name: Ubuntu 14.04 / Qt 5.12 for AppImage on: push: branches: |