From 932031bf4c27b5fd905756980edc7aa26b3e7a06 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 30 Dec 2019 17:37:59 -0800 Subject: 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 --- .github/workflows/linux-bionic-5.9.yml | 2 +- .github/workflows/linux-eoan-5.12.yml | 2 +- .github/workflows/linux-trusty-5.12.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3-70-g09d2