From 41b9117307d5b1412788085a692f22bef7a5eeb4 Mon Sep 17 00:00:00 2001 From: Avi Date: Thu, 6 Jul 2023 11:21:56 -0400 Subject: [PATCH] Add name to esp-idf workflows. Without these names, the checks just appear as "build" in the actions (example: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/pull/475 Click on "View Details" next to the merge message) --- .github/workflows/esp-idf_with-gfx.yml | 1 + .github/workflows/esp-idf_without-gfx.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/esp-idf_with-gfx.yml b/.github/workflows/esp-idf_with-gfx.yml index 277f0ac..59a51ca 100644 --- a/.github/workflows/esp-idf_with-gfx.yml +++ b/.github/workflows/esp-idf_with-gfx.yml @@ -12,6 +12,7 @@ on: jobs: build: + name: esp-idf with Adafruit GFX runs-on: ubuntu-latest diff --git a/.github/workflows/esp-idf_without-gfx.yml b/.github/workflows/esp-idf_without-gfx.yml index 72b57b8..7abc17a 100644 --- a/.github/workflows/esp-idf_without-gfx.yml +++ b/.github/workflows/esp-idf_without-gfx.yml @@ -12,6 +12,7 @@ on: jobs: build: + name: esp-idf without Adafruit GFX runs-on: ubuntu-latest