Merge pull request #476 from abrender/jobnames

Add name to esp-idf workflows.
This commit is contained in:
mrfaptastic 2023-07-07 07:33:12 +01:00 committed by GitHub
commit 3d7c2dfa4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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