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:
parent
9a5742d8e2
commit
41b9117307
2 changed files with 2 additions and 0 deletions
1
.github/workflows/esp-idf_with-gfx.yml
vendored
1
.github/workflows/esp-idf_with-gfx.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: esp-idf with Adafruit GFX
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
1
.github/workflows/esp-idf_without-gfx.yml
vendored
1
.github/workflows/esp-idf_without-gfx.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: esp-idf without Adafruit GFX
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue