From 339eed5dd65873d85b2bc6bcf191fc0679dfb83f Mon Sep 17 00:00:00 2001 From: David Schinazi Date: Tue, 17 Dec 2024 20:35:38 -0800 Subject: [PATCH] Shorten workflow names --- .github/workflows/jazzlights.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jazzlights.yml b/.github/workflows/jazzlights.yml index 6b26a741..5f37f73a 100644 --- a/.github/workflows/jazzlights.yml +++ b/.github/workflows/jazzlights.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: cmake --build extras/build - platformio-build: + pio-build: strategy: matrix: pioenv: @@ -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 @@ -77,7 +77,7 @@ jobs: - name: PlatformIO Test run: pio test -e native - platformio-merge: + pio-merge: strategy: matrix: pioenv: @@ -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