diff options
| author | Avi <avibrender@gmail.com> | 2023-07-06 11:21:56 -0400 |
|---|---|---|
| committer | Avi <avibrender@gmail.com> | 2023-07-06 11:21:56 -0400 |
| commit | 41b9117307d5b1412788085a692f22bef7a5eeb4 (patch) | |
| tree | 1bbe8a0f6489b578fcfbb86b215b2dc2e5eca461 | |
| parent | 9a5742d8e293d97d05ae0254ace69b4d546376ab (diff) | |
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)
| -rw-r--r-- | .github/workflows/esp-idf_with-gfx.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/esp-idf_without-gfx.yml | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
