summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-01-05 08:35:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-05 08:42:17 +1000
commita78392d8d6e9aa344c7d09f5b1330fc7aeb8ef96 (patch)
treeb85bc1201e3c40a146a209aa6587a489c7eb6bdd
parentf3a5474fbb073abc5d3a5a066e285ead9a3f5dd5 (diff)
downloadxf86-input-wacom-a78392d8d6e9aa344c7d09f5b1330fc7aeb8ef96.tar.gz
github: make the workflow names a bit smarter
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.github/workflows/build.yml (renamed from .github/workflows/main.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/build.yml
index cfe3e98..f3b785f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,7 @@ env:
PIP_PACKAGES: meson ninja
jobs:
- compile:
+ compile-with-autotools:
runs-on: ubuntu-20.04
strategy:
matrix:
@@ -42,7 +42,7 @@ jobs:
pushd _build > /dev/null
make distcheck
popd > /dev/null
- meson:
+ compile-with-meson:
runs-on: ubuntu-20.04
strategy:
matrix: