Skip to content

Commit

Permalink
- chore(actions): changed jobs name in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Lukas committed Sep 16, 2023
1 parent 6268f7d commit a71bfdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
- main # Change this to the branch you want to trigger the build on
-
jobs:
build-firmware:
build:
name: build with Arduino CLI
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
build:
name: build with plattformIO
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a71bfdb

Please sign in to comment.