[PATCH 08/14] ci: shorten name in YAML files
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Jun 4 23:36:17 PDT 2023
Shorter names look better in the Github Actions UI.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
.github/workflows/build-defconfigs.yml | 2 +-
.github/workflows/test-labgrid-pytest.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-defconfigs.yml b/.github/workflows/build-defconfigs.yml
index 71e440793ce5..d8813ade7ca1 100644
--- a/.github/workflows/build-defconfigs.yml
+++ b/.github/workflows/build-defconfigs.yml
@@ -1,4 +1,4 @@
-name: build all defconfigs
+name: build images
on: [push, pull_request]
diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index 399de6dc077a..2f823664a4ef 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -1,4 +1,4 @@
-name: test images with labgrid-pytest
+name: test images
on: [push, pull_request]
--
2.39.2
More information about the barebox
mailing list