Skip to content

Commit

Permalink
Add name to esp-idf workflows.
Browse files Browse the repository at this point in the history
Without these names, the checks just appear as "build" in the actions (example: mrcodetastic#475 Click on "View Details" next to the merge message)
  • Loading branch information
abrender committed Jul 6, 2023
1 parent 9a5742d commit 41b9117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/esp-idf_with-gfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
name: esp-idf with Adafruit GFX

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/esp-idf_without-gfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
name: esp-idf without Adafruit GFX

runs-on: ubuntu-latest

Expand Down

0 comments on commit 41b9117

Please sign in to comment.