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)
This commit is contained in:
Avi 2023-07-06 11:21:56 -04:00
parent 9a5742d8e2
commit 41b9117307
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ on:
jobs: jobs:
build: build:
name: esp-idf with Adafruit GFX
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -12,6 +12,7 @@ on:
jobs: jobs:
build: build:
name: esp-idf without Adafruit GFX
runs-on: ubuntu-latest runs-on: ubuntu-latest