diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-07-07 07:33:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 07:33:12 +0100 |
| commit | 3d7c2dfa4f3305ed80a5a86401e7ef9ed68e8038 (patch) | |
| tree | 1bbe8a0f6489b578fcfbb86b215b2dc2e5eca461 | |
| parent | 9a5742d8e293d97d05ae0254ace69b4d546376ab (diff) | |
| parent | 41b9117307d5b1412788085a692f22bef7a5eeb4 (diff) | |
Merge pull request #476 from abrender/jobnames
Add name to esp-idf workflows.
| -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 |
