Skip to content

Commit

Permalink
Shorten workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSchinazi committed Dec 18, 2024
1 parent 5caa34e commit 339eed5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jazzlights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build
run: cmake --build extras/build

platformio-build:
pio-build:
strategy:
matrix:
pioenv:
Expand All @@ -59,7 +59,7 @@ jobs:
- name: PlatformIO Build
run: pio run -e ${{ matrix.pioenv }}

platformio-native-test:
pio-native-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -77,7 +77,7 @@ jobs:
- name: PlatformIO Test
run: pio test -e native

platformio-merge:
pio-merge:
strategy:
matrix:
pioenv:
Expand Down Expand Up @@ -112,9 +112,9 @@ jobs:
needs:
- check-format
- extras
- platformio-build
- platformio-native-test
- platformio-merge
- pio-build
- pio-native-test
- pio-merge
permissions:
contents: read
pages: write
Expand Down

0 comments on commit 339eed5

Please sign in to comment.